[css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread muskokee
(This went to Brian only by accident! Forwarding it to the list..sorry) Hi Brian, In firefox, if you float an element that is not contained within another, it is removed from the flow, kinda like absolute position. Keep the list as position:relative with no floats and the containers will stack u

Re: [css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Rimantas Liubertas
> Hi, > > I have two divs one contains tab navigation and the other contains the > content. I want the content div to display directly under the tabs. > In IE6 it's displaying how I want it to...but for some reason in FF > the tabs are showing up at the top inside the content div..Here's my > html

Re: [css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Stephan Wehner
Was this posted a few days ago as well? I remember having a similar problem and couldn't find anything better than adding additional spacing through javascript, which checked for Firefox. Are you saying the 20px in > #tabbox > { > margin: 0 0 0 0; > padding: 20px 0 50px 20px; > : > } doesn'

[css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Brian Jones
Hi, I have two divs one contains tab navigation and the other contains the content. I want the content div to display directly under the tabs. In IE6 it's displaying how I want it to...but for some reason in FF the tabs are showing up at the top inside the content div..Here's my html markup and cs

[css-d] Tabs are not positioning correctly in FF

2006-11-16 Thread Brian Jones
Hi, I have two divs one contains tab navigation and the other contains the content. I want the content div to display directly under the tabs. In IE6 it's displaying how I want it to...but for some reason in FF the tabs are showing up at the top inside the content div..Here's my html markup and cs