I am trying to establish a 3 column site basically with a background color, two thin columns and then a center column.
In Firefox it looks good, but in IE it looks like shit.
I want no top or bottom margin, and I want it to span the entire length of the document, but I cannot figure out what the fuck I’m doing wrong. I’ve been messing with CSS shit for all of about a week or so now, so my knowledge is minimal although I’m picking it up pretty quickly.
I wouldn’t use the word benefit here, replace it with rule of thumb. Reason why you use more then one font is the end-user may not have the font you requested in css. Hence if the user doesn’t have that font… Then no text will appear. Generally you just want to choose fonts that are similar to the first font in question.
edited: thats probably not going to work, after taking a closer look at your code… hah you made this WAY to complicated for what it is.
check out webdeveloper plugin to firefox… it allows you to mouse over any site and locate the style sheet info… you can also edit css on the fly in the browser to see the changes before you make them. naturally ie is going to be a pita… they don’t seem to follow standards and will always cause some minor issue… at least in my minimal experience.
Yeah looking into it more I could’ve done it a lot easier. I think my problem is I have overlapping <div> columns, and the top one has the text content whereas the one behind it doesn’t, and doesn’t stretch with the text.
I’ll look into it a little more and I might have to IM ya.
Thanks for the heads up, that would help. In my very minimal experience I have noticed that IE really is a pain, catering the code just so it conforms to IE.
sounds good… mozilla also has a plugin called IEtab, which you can open pages using the IE engine in firefox, which is nice for troubleshooting like this.
formatting sucks… post up your css if you need help.
Yeah I tried to IM ya last night but you just signed off…
I had an issue with position:relative and the column wouldn’t go past the end of the content and not every page has text all the way down, so i needed to go to position:absolute.
Thanks a lot for the help, I really appreciate it.