| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2007
Location: Seattle
Posts: 28
|
IE 6 problem with BG images in DIVS
Hi folks... My layout is created using nested DIV tags with background images in each. It all works perfectly, except in IE 6. None of the BG images display in IE 6. Any suggestions on what I'm doing wrong? Here's the link to the page: Untitled Document Here's the link to the CSS: http://www.jesseyoung.com/baker/styles.css Thanks! -Jesse |
|
|
|
|
|
#2 (permalink) |
|
Jack of all trades
|
While I don't have the time to help you pinpoint your problem, I can suggest using shorthand CSS for your declarations. For example: Code:
Can become: Code:
I would always use two values (horizontal and vertical) for background positions. That may be your IE problem. Also, the "clearfix" you're using... I've never known it to work in IE. As a result, your containers may have no height, and hence no background image. |
|
|
|
#4 (permalink) | |
|
This is it - ground zero.
|
Quote:
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
|
|
|
#5 (permalink) |
|
Registered User
|
I just started designing strictly CSS about 3 months ago. I have learned IE7 has made leaps and bounds, FireFox is solid as usual but IE6 DESTROYS everything I create, I hate and wish it would die. The only thing MS did worth a crap since XP Pro was IE7. They should sell their corp. to Google so it can be saved. |
|
|
|
#6 (permalink) | |
|
This is it - ground zero.
|
Quote:
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
|
|
|
#7 (permalink) |
|
Registered User
|
Yeah, you know honestly, Google is doing EVERYTHING right. Providing FREE business email solutions. Free high end applications. New software monthly. People love their jobs there, I mean hell if I had a multimillion dollar compnay I would sell it for shares. Google is doing the PC would good. MS is going too "user friendly" and not following the rest of the standards. If they try to go proprietary they are in BIG trouble! |
|
|
|
#8 (permalink) |
|
Jack of all trades
|
After a few years, you start to design around IE6's limitations. I can't wait til I no longer have to worry about them. I wrote an article about it on mentallyretired.com if you search for "ie6 death blow". I would post a link but spam settings here won't let me. |
|
|
|
#12 (permalink) | |
|
Jack of all trades
|
Quote:
Did you try what I suggested above? I'm not really gonna do your homework for you... just help along. To be honest, theres about a million things that need fixing in your markup and CSS, but I'm going for the ones that seem the most obvious. |
|
|
|
|
#14 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 6
|
xENo was right when he said this: Quote:
If you set .top, .tlc and .trc to width: 100% it will work. BTW clearfix works fine in IE. |
|
|
|
|
#15 (permalink) | |
|
Jack of all trades
|
Quote:
I still don't trust it. lol It's always been iffy for me in browsers other than IE, and in IE I cant remember if I ever got it working. I was probably doing it wrong, trying to avoid the "hide from ie-mac" hack... |
|
|
|
|
#16 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 6
|
Quote:
If you used an early version it may have been a little wonky - the latest version is problem free. (No fooling!) I just used it for a project last week. If anyone doesn't know what we're talking about, clearfix is a group of css rules used to clear floats without extraneous markup. Info here: perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ |
|
|
![]() |