![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know this topic has been covered in a number of different ways...but I can't seem to find a solution that fixes the issue I'm having: http://www.ericmmartin.com/code/css/float-clear.html IE6 & 7 renders the element with class arrow correctly, but the other elements all seem to stack up in one row, seemingly ignoring the clear property. What am I missing? |
#3
| |||
| |||
|
|
, Eric Martin <emartin24 (AT) gmail (DOT) com> wrote: |
|
I know this topic has been covered in a number of different ways...but I can't seem to find a solution that fixes the issue I'm having: http://www.ericmmartin.com/code/css/float-clear.html IE6 & 7 renders the element with class arrow correctly, but the other elements all seem to stack up in one row, seemingly ignoring the clear property. What am I missing? |
#4
| |||
| |||
|
|
In article f832dcc0-490d-4bde-9c41-3c21de35a... (AT) i7g2000prf (DOT) googlegroups.com>, Eric Martin <emarti... (AT) gmail (DOT) com> wrote: I know this topic has been covered in a number of different ways...but I can't seem to find a solution that fixes the issue I'm having: http://www.ericmmartin.com/code/css/float-clear.html IE6 & 7 renders the element with class arrow correctly, but the other elements all seem to stack up in one row, seemingly ignoring the clear property. What am I missing? This what you want: http://netweaver.com.au/test/eric/eric.html |
|
(Sure you don't want a table for this instead?) |
I ended up just adding a <br/> before the "arrow" div and
#5
| |||
| |||
|
|
On Feb 29, 2:19 pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article f832dcc0-490d-4bde-9c41-3c21de35a... (AT) i7g2000prf (DOT) googlegroups.com>, Eric Martin <emarti... (AT) gmail (DOT) com> wrote: I know this topic has been covered in a number of different ways...but I can't seem to find a solution that fixes the issue I'm having: http://www.ericmmartin.com/code/css/float-clear.html IE6 & 7 renders the element with class arrow correctly, but the other elements all seem to stack up in one row, seemingly ignoring the clear property. What am I missing? Thanks for your help dorayme. Unfortunately, once you give the "arrow" div a height and width, it breaks the positioning - the following elements. Adding a float:left fixes it in every browser except IE. (Sure you don't want a table for this instead?) I'm sure I ended up just adding a <br/> before the "arrow" div andeverything works as desired now. |
![]() |
| Thread Tools | |
| Display Modes | |
| |