IE7 will not recognize css borders

User 1780972 Photo


Trial User
6 posts

I'm completely frustrated with CSS at the moment. I want a simple, fine line down the left and right side of my from the top containter all the way down to the footer. When I select preview in fabulous CoffeeCup editor, it looks perfect. When I go to IE 7, the left border looks too thick, the border is not visable on the footer and on the top section it looks jagged. I validated the css code and still get the same result. Any suggestions?

Here is the link: http://www.pacificarattanandlighting.com

Which leads me to another issue, since Wednesday night's windows update, am having problems with IE7 all together. Some pages can't be viewed, others get displayed in the compatability mode. :mad: Pass the asprin.
User 562592 Photo


Registered User
2,038 posts

I would be frustrated with IE, not CSS. :D
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 476017 Photo


Ambassador
375 posts

Amy K. wrote:
I'm completely frustrated with CSS at the moment. I want a simple, fine line down the left and right side of my from the top containter all the way down to the footer. When I select preview in fabulous CoffeeCup editor, it looks perfect. When I go to IE 7, the left border looks too thick, the border is not visable on the footer and on the top section it looks jagged. I validated the css code and still get the same result. Any suggestions?

Here is the link: http://www.pacificarattanandlighting.com

Which leads me to another issue, since Wednesday night's windows update, am having problems with IE7 all together. Some pages can't be viewed, others get displayed in the compatability mode. :mad: Pass the asprin.


The problem is IE not CSS.
IE6 shows thicker line both left &right
IE7 shows left thicker than right
IE 8 shows thinner line both left and right

Looks OK in Chrome thin line left and right
Dave Butler
Yorkshire
England

Old Rishworthians Rugby Union Football club http://www.orrufc.co.uk
Tuxedo Junction Yorkshire Function Band http://www.riley-tuxedojunction.co.uk
The Commons Guest House http://www.thecommons-guesthouse.co.uk
all created with Coffee Cup html editor
User 2000538 Photo


Registered User
1,392 posts

Dave Butler wrote:


The problem is IE not CSS.
IE6 shows thicker line both left &right
IE7 shows left thicker than right
IE 8 shows thinner line both left and right

Looks OK in Chrome thin line left and right



The solution to this...a triple funeral for all remaining IE browsers :D
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.


User 562592 Photo


Registered User
2,038 posts

I mean seriously, are the developers there on crack or what?
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 476017 Photo


Ambassador
375 posts

Eric English wrote:
I mean seriously, are the developers there on crack or what?

No just "Cracked"
Dave Butler
Yorkshire
England

Old Rishworthians Rugby Union Football club http://www.orrufc.co.uk
Tuxedo Junction Yorkshire Function Band http://www.riley-tuxedojunction.co.uk
The Commons Guest House http://www.thecommons-guesthouse.co.uk
all created with Coffee Cup html editor
User 463058 Photo


Ambassador
1,086 posts
Online Now

Amy K. wrote:
When I go to IE 7, the left border looks too thick, the border is not visable on the footer and on the top section it looks jagged. I validated the css code and still get the same result. Any suggestions?


Try the following code. It only uses left and right borders on the #maincontainer div instead of trying to line up the borders of various elements going down the page. You also had divs within divs where the left border of the inner div was flush with the left border of the outer div which caused the extra border thickness.

I also closed the #maincontainer div after the footer, so your left and right edges would be straight.

EDIT: I'm not sure if you were saying you want the border visible on the sides of the footer. It currently can't be seen because the border color is the same as the footer background color.
Attachments:
User 597929 Photo


Registered User
1,332 posts

You're in luck, Amy: Cary is a total guru at this stuff. :cool:
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa

Visit Spinland Studios: http://www.spinland.biz
User 463058 Photo


Ambassador
1,086 posts
Online Now

Firebug makes it possible.;)
User 1780972 Photo


Trial User
6 posts

CAry,
Thank you so much the code works like a charm!!!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.