Old 12-09-2005, 07:57   #1 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
f**ked up background in IE

www.dacreate.co.uk/mayflower

have noticed a strange problem in IE. When the page is loaded everything looks as it should but once I scroll down or up I'm getting this strange effect in the right hand boxes (see attached jpegs).

Could it be because the background spacer for those boxes is a gif? Is anyone else seeing the same thing? Any comments/help would be appreciated.
Attached Thumbnails
f-ked-up-background-ie-problem.jpg  f-ked-up-background-ie-problem2.jpg  
  Reply With Quote
Old 12-09-2005, 08:10   #2 (permalink)
aspiramedia
Unregistered user
 
aspiramedia's Avatar
 
Join Date: Aug 2005
Posts: 312
Hmmmm...I see what you mean. This is a weird scrolling thing in IE. Happened to me once. If you scroll up and down these effects appear and disappear.

I can't think of a way round it. Disable the bg image and see if it still happens with a solid colour bg.
  Reply With Quote
Old 12-09-2005, 08:12   #3 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by aspiramedia
Hmmmm...I see what you mean. This is a weird scrolling thing in IE. Happened to me once. If you scroll up and down these effects appear and disappear.
but some of the time it takes away the text as well
Quote:
Originally Posted by aspiramedia
I can't think of a way round it. Disable the bg image and see if it still happens with a solid colour bg.
cant do that... the white border is part of the image.
  Reply With Quote
Old 12-09-2005, 08:17   #4 (permalink)
aspiramedia
Unregistered user
 
aspiramedia's Avatar
 
Join Date: Aug 2005
Posts: 312
Just do it to see if it's a bg image problem though. If it doesn't happen with a plain bg then it shows it's the bg image that's the problem.
  Reply With Quote
Old 12-09-2005, 08:23   #5 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by aspiramedia
Just do it to see if it's a bg image problem though. If it doesn't happen with a plain bg then it shows it's the bg image that's the problem.
okay tried it... obviously not the bluebox bg has changed to just a colour and same problem occurs
  Reply With Quote
Old 12-09-2005, 08:38   #6 (permalink)
aspiramedia
Unregistered user
 
aspiramedia's Avatar
 
Join Date: Aug 2005
Posts: 312
Baffled me then. Have you used 'z-index' at all in your CSS? Or transparency in those kiddie/header images?
  Reply With Quote
Old 12-09-2005, 08:45   #7 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by aspiramedia
Baffled me then. Have you used 'z-index' at all in your CSS? Or transparency in those kiddie/header images?
no to both.
What I have done is to have a 1px high spacer image that repeats y for the div,then over the top of that there is a 'h3' header (no-repeat), a 'p' bg image (the gradient - no-repeat) and a footer (no-repeat and aligned to the bottom of the div).

Anyone else?
  Reply With Quote
Old 12-09-2005, 09:04   #8 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
don't know if it applies, but worth having a look
http://www.onestab.net/a/pie/explorer/peekaboo.html
  Reply With Quote
Old 12-09-2005, 09:07   #9 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Off-topic, but the new look is an improvement.
  Reply With Quote
Old 12-09-2005, 09:09   #10 (permalink)
aspiramedia
Unregistered user
 
aspiramedia's Avatar
 
Join Date: Aug 2005
Posts: 312
Couldn't follow that link - what's the gist of it?
I'm curious now too!
  Reply With Quote
Old 12-09-2005, 09:11   #11 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
Quote:
Originally Posted by aspiramedia
Couldn't follow that link - what's the gist of it?
I'm curious now too!
what, my link?
try google for "peekaboo bug"
http://www.google.com/search?hl=en&q...=Google+Search
  Reply With Quote
Old 12-09-2005, 09:31   #12 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by pgo
Off-topic, but the new look is an improvement.
cheers pgo... slight consolation given the problems I'm having.

found this:

link

which is definitely the problem I'm experiencing but I cant seem to apply it to my page! FUCKER!!!!
  Reply With Quote
Old 12-09-2005, 09:52   #13 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
trying the line-height thing or giving the divs a fixed width does not work?
  Reply With Quote
Old 12-09-2005, 09:55   #14 (permalink)
gray
i still want paying
 
gray's Avatar
 
Join Date: Oct 2003
Location: newcastle, uk
Posts: 4,768
html{
background: url(null) fixed no-repeat;
}

not work?
  Reply With Quote
Old 12-09-2005, 10:00   #15 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by emilpaun
trying the line-height thing or giving the divs a fixed width does not work?
yeah the fixed width on the divs works... fucking thing. I must have deleted the width unintentionally. I had been checking the pages while building the template and css and I knew I hadnt seen the problem then so couldnt figure out what the fuck was going on.
What an absolute arsehole. Ive just spent the best part of today trying to figure out what was wrong. Just as well noones taking much notice
  Reply With Quote
Old 12-09-2005, 10:02   #16 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by gray
html{background: url(null) fixed no-repeat;} not work?
the problem with this was that I couldnt figure out what to apply it to on my page . It didnt work for html and other people on the link I posted previous had mentioned the same thing. So I was going through my various elements trying to figure out which one would have the desired impact
  Reply With Quote
Old 12-09-2005, 10:04   #17 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
btw: does everyone who saw the previous design agree with pgo when he says its an improvement? Please say yes! I dont think I can take rejection after the morning Ive had
  Reply With Quote
Old 12-09-2005, 10:09   #18 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
haha, it's better, still too "correct". I would've tried something more cheerful, and less rigid, but it's ok.
  Reply With Quote
Old 12-09-2005, 10:44   #19 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by emilpaun
haha, it's better, still too "correct". I would've tried something more cheerful, and less rigid, but it's ok.
from you, Emil thats praise indeed! Thanks
  Reply With Quote
Old 12-09-2005, 10:50   #20 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,482
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
hahaha, I must be a real bitch
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8