[WSG] my head is sore

2005-08-22 Thread Jen Simmons
I've been beating my head against a wall all weekend, trying to create a new site using css for positioning. Clearly there are a few things I'm not getting about which tag goes in which spec / what's the best approach to create a free floating centered body of fixed width. I'd much appreciate

Re: [WSG] my head is sore

2005-08-22 Thread Kenny Graham
The only problem I see in IE (IE6/Win) is that the sidebar's unordered list isn't lined up correctly. That's because IE uses margins to indent lists by default, and gecko uses padding. And you specified margin: 0 for the list, which removed the indent in IE. I recommend setting the padding to 0 in

RE: [WSG] my head is sore

2005-08-22 Thread Peter Williams
From: Jen Simmons http://www.redbonepress.com/index1.htm and the css is at: http://www.redbonepress.com/redbonestyles.css The three elements: masthead, sidebar and main content just don't want to stay where they belong. It looks good (and very similar) in both IE6 and FF1.06 on Win XP