Closed Bug 264606 Opened 20 years ago Closed 20 years ago

button image not align='left' with a input text with style='width:100%'

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: degregorio.soft, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10

Case :
1 button image and
1 input text

the input image is near to input text,the "align='left'" propriety is setted and
work if the input text not have style widht,else not work

Reproducible: Always
Steps to Reproduce:
Try this code:

<input type='image' name='submit_img'  src='none.jpg' align="left"  width="30"
border="0" hspace="2" vspace="5">
<input type='text' name='Titolo' style='width:100%'>
Actual Results:  
Not align and the input text go to newline

Expected Results:  
Try with Internet Explorer or opera,work fine
Attached file Testcase
Mozilla displays the two input fields vertically stacked.  Other browsers
display them in parallel.
The rendering is correct.  "100%" means "100% of parent".
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: