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)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: degregorio.soft, Unassigned)
Details
Attachments
(1 file)
|
157 bytes,
text/html
|
Details |
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
Comment 1•20 years ago
|
||
Mozilla displays the two input fields vertically stacked. Other browsers display them in parallel.
Comment 2•20 years ago
|
||
The rendering is correct. "100%" means "100% of parent".
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•