0

How to you fix it? CSS Edition

CSS

OK, I like CSS just like everyone else but I'm having a bit of an issue here. Check out the page and let me know what you think. The bottom portion of the web site looks ok in FF, but is off in IE. Once you see it in IE you should see the problem.

http://www.ryaneverhart.com/kre/index4.cfm

Below is the code... any ideas? It looks like to me that the problem is with the border of the wrapper, 1px on each side seems to push the divs in by 1px on each side.

CSS

HTML

Let me know what you think! Thanks!

Good Day!
Ryan

tags:
CSS
 
I think I found one problem...

"File not found: /kre/index2.cfm"

;)
 
posted 658 days ago
Add Comment Reply to: this comment OR this thread
 
 
Damnit!! Thanks Aaron, I'll get that fixed tonight. I had to go ahead with the design so I made an index2.cfm page, or at least I thought I did.
 
posted 658 days ago
Add Comment Reply to: this comment OR this thread
 
todd sharp said:
 
Yeah...Same prob for me as aaron...404 bitch...
 
posted 657 days ago
Add Comment Reply to: this comment OR this thread
 
Ryan said:
 
Ok, sorry guys, link works now. Thanks for letting me know. Now how do I fix it?

Ryan
 
posted 657 days ago
Add Comment Reply to: this comment OR this thread
 
todd sharp said:
 
Tell your users not to use IE.
 
posted 657 days ago
Add Comment Reply to: this comment OR this thread
 
Martin said:
 
You need to include a proper DOCTYPE to your document otherwise IE switches to quirks mode where the box model is broken (amongst other things). More info here: http://www.quirksmode.org/css/quirksmode.html
 
posted 656 days ago
Add Comment Reply to: this comment OR this thread
 

Search