HighDots Forums  

Multiple sidebars on both sides

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Multiple sidebars on both sides in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
marek jedlinski
 
Posts: n/a

Default Multiple sidebars on both sides - 03-13-2005 , 12:56 AM






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?

Thanks a lot,
..marek

--
No ads, no nags freeware: http://www.tranglos.com
(KeyNote, PhoneDeck, KookieJar, Oubliette, URLInject)

"Wit levels low. Attempting to compensate."


Reply With Quote
  #2  
Old   
Evertjan.
 
Posts: n/a

Default Re: Multiple sidebars on both sides - 03-13-2005 , 05:15 AM






marek jedlinski wrote on 13 mrt 2005 in
comp.infosystems.www.authoring.stylesheets:

Quote:
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?

You won't like it, me likewise, but I use this:

<div style='width:900px;'>
<div id="wrapper">

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)



Reply With Quote
  #3  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Multiple sidebars on both sides - 03-13-2005 , 07:41 AM



in comp.infosystems.www.authoring.stylesheets, Evertjan. wrote:
Quote:
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.
Yes. Multible sidebars is stupid design. Rethink structure of the site.

Quote:
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.
Yes.

Quote:
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:
You are doing it wrong. It is entirely possible to do as meny sidebars as
you want, in all browsers. As it makes no sence, there is very little
example out there.

Quote:
Is there a cure?
Yes.

Quote:
You won't like it, me likewise, but I use this:

div style='width:900px;'
div id="wrapper"
That is nonsence, and you know it. Has nothing to do with problem, might
cure symptoms.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Utrecht, NL.


Reply With Quote
  #4  
Old   
Gus Richter
 
Posts: n/a

Default Re: Multiple sidebars on both sides - 03-13-2005 , 08:26 AM



marek jedlinski wrote:
Quote:
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?
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.

--
Gus


Reply With Quote
  #5  
Old   
marek jedlinski
 
Posts: n/a

Default Re: Multiple sidebars on both sides - 03-13-2005 , 02:19 PM



On Sun, 13 Mar 2005 08:26:14 -0500, Gus Richter <gusrichter (AT) netscape (DOT) net>
wrote:


Quote:
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.
That's what I missed at 5 am Thanks, Gus!

..marek

--
No ads, no nags freeware: http://www.tranglos.com
(KeyNote, PhoneDeck, KookieJar, Oubliette, URLInject)




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.