![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've read up on CSS positioning with floats, but I don't know if I'm missing somthing simple or if I'm stretching things too far. I can put one sidebar on each side (float:left and float:right). The problem begins when I try to place more than one sidebar on each side. In IE 6 it looks OK. In Firebird/Mozilla, either the left or the right sidebars get shifted down below the point where sidebars on the other side end: http://www.wolnewyrazy.pl/style/ww1.html (Sidebars on both sides should line up at the top.) CSS: http://www.wolnewyrazy.pl/style/ww.css Is there a cure? |
#3
| |||||
| |||||
|
|
marek jedlinski wrote on 13 mrt 2005 in comp.infosystems.www.authoring.stylesheets: I've read up on CSS positioning with floats, but I don't know if I'm missing somthing simple or if I'm stretching things too far. |
|
I can put one sidebar on each side (float:left and float:right). The problem begins when I try to place more than one sidebar on each side. |
|
In IE 6 it looks OK. In Firebird/Mozilla, either the left or the right sidebars get shifted down below the point where sidebars on the other side end: |
|
Is there a cure? |
|
You won't like it, me likewise, but I use this: div style='width:900px;' div id="wrapper" |
#4
| |||
| |||
|
|
I've read up on CSS positioning with floats, but I don't know if I'm missing somthing simple or if I'm stretching things too far. I can put one sidebar on each side (float:left and float:right). The problem begins when I try to place more than one sidebar on each side. In IE 6 it looks OK. In Firebird/Mozilla, either the left or the right sidebars get shifted down below the point where sidebars on the other side end: http://www.wolnewyrazy.pl/style/ww1.html (Sidebars on both sides should line up at the top.) CSS: http://www.wolnewyrazy.pl/style/ww.css Is there a cure? |
#5
| |||
| |||
|
|
Create a wrapper around all your leftbars and float it left and drop the float:left and clear:left in leftbar. Create a wrapper around all your rightbars and float it right and drop the float:right and clear:right in rightbar. |
Thanks, Gus!![]() |
| Thread Tools | |
| Display Modes | |
| |