CSS Question: Browser Sidebars

2008-04-30 Thread Scott Stewart
Hey all, Check this out HYPERLINK http://dev.avericom.com/http://dev.avericom.com The three bottom sections, portfolio, news and blogs. Position perfectly with a side bar turned on in your browser. With the sidebar turned off, the text shifts to the left. I know this is a CSS issue, but I

Re: CSS Question: Browser Sidebars

2008-04-30 Thread Joel Watson
Scott-- The problem is that you are absolutely positioning those three divs (they aren't rendering correctly in Firefox 2.5 or IE 7, btw). Take off the absolute positioning, as well as left and top for each. Then, float each left and use margins to space them out. This will stop them from

RE: CSS Question: Browser Sidebars

2008-04-30 Thread Scott Stewart
-Talk Subject: Re: CSS Question: Browser Sidebars Scott-- The problem is that you are absolutely positioning those three divs (they aren't rendering correctly in Firefox 2.5 or IE 7, btw). Take off the absolute positioning, as well as left and top for each. Then, float each left and use margins

Re: CSS Question: Browser Sidebars

2008-04-30 Thread Joel Watson
Glad to help! Joel Thanks Joel, Your idea worked :) sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) Scott-- The problem is that you are absolutely positioning those three divs (they aren't rendering