Closed
Bug 347260
Opened 20 years ago
Closed 20 years ago
when options in select box are set , third div floats down
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: samiirds, Unassigned)
References
()
Details
Attachments
(1 file)
|
36.08 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
i am using firefoxMozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
i have set float:left on three divs in a container div.
when u put options in select box in the second div, the third div floats down.
http://sameer.net.in/testarea/blogform.html
when i remove the options from selectbox it renders perfect, three layes in a row. as on http://sameer.net.in/testarea/blogform1.html
Reproducible: Always
Steps to Reproduce:
1. open http://sameer.net.in/testarea/blogform.html in firefox
you can immediately see the DIV floated down
Actual Results:
the third DIV is floated down.
Expected Results:
the third div should not float down, it should remain in same row.
as on
http://sameer.net.in/testarea/blogform1.html
| Reporter | ||
Comment 1•20 years ago
|
||
blogform.html ... this is where the problem occurs
problem1.gif ... is the screenshot of problem( floated sown div)
style.css ... css used
blogform1.html ... this file contains code without selectbox options it works fine.
Comment 2•20 years ago
|
||
I see this one:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1b1) Gecko/20060803 BonEcho/2.0b1 ID:2006080305
I do not see this on:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060803 Minefield/3.0a1
Fixed for firefox 3 by one of the many rendering checkings
--> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•