Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
crazy IE6 only issue, wild text distortion
Old 01-21-2009, 12:37 PM crazy IE6 only issue, wild text distortion
Novice Talker

Posts: 14
Name: Anon Hanon
Trades: 0
ok strange error. im not really sure how to fix this.

it is only happening in IE6, ive tested IE7, safari, opera, firefox and isnt happening in any of those browsers.




here is are 3 screenshots i took in ie6 to help explain what i mean


saving-health.com/error.jpg
saving-health.com/error1.jpg
saving-health.com/error2.jpg


sometimes IE6 repeats the background like that on a fresh reload, sometimes it doesnt. the code isnt set to repeat that background.


for some reason, as soon as you scroll up or down, everything gets massively distorted and blurs like crazy- but only the text and images that are under my (fixed position non scrolling) background. at first i thought the issue had something to do with the backgrounds of both frames repeating horizontally, but to work around that i made two massive width png's and set them to not repeat. it still didnt work around the issue




i found somewhere that you could add the following to the top of your css/style declaration to workaround this bug :


* {
position:relative
}


although sometimes that does work on my site, other times it completely crashes IE6 (not to mention it messing up some of the spacings for the popup menus im using)


(i think that this is being caused by the fact that my site is using frames, and that at the top frame there is a css image replacement/rollover being used on the menus. but as far as to how to resolve it i am clueless.)


if i remove the background from the bottom (main) frame, the problem goes away. ideas?
PleaseDontBugMe is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-21-2009, 02:48 PM Re: crazy IE6 only issue, wild text distortion
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
* {
position:relative
}
That would be a bad idea and I doubt it would fix anything, probably make an even bigger mess of things.

Can we have a URL or the code ?? No one can do a thing with images
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 02:53 PM Re: crazy IE6 only issue, wild text distortion
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Blame the slow rendering engine in IE6.

Clear your cache and optimise the images for size

Code:
* {
position:relative
}
NOT something you should do AT ALL
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-21-2009, 03:30 PM Re: crazy IE6 only issue, wild text distortion
Novice Talker

Posts: 14
Name: Anon Hanon
Trades: 0
Quote:
Originally Posted by LadynRed View Post
That would be a bad idea and I doubt it would fix anything, probably make an even bigger mess of things.

Can we have a URL or the code ?? No one can do a thing with images

it is www.saving-health.com

the top nav bar is nav.php the bottom frame is main.php
PleaseDontBugMe is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 03:32 PM Re: crazy IE6 only issue, wild text distortion
Novice Talker

Posts: 14
Name: Anon Hanon
Trades: 0
Quote:
Originally Posted by chrishirst View Post
optimise the images for size
what exactly do you mean by this? ive had the bottom background image as both a gif and currently an 8bit png


sorry im not very well versed in graphics lingo, im not really sure what you mean by optimise for size, do you mean the dimensions or the actual filesize? right now that bottom png is like 2.45k
PleaseDontBugMe is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 03:44 PM Re: crazy IE6 only issue, wild text distortion
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
just one bit of advice

LOSE THE FRAMES!!!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-21-2009, 03:46 PM Re: crazy IE6 only issue, wild text distortion
Novice Talker

Posts: 14
Name: Anon Hanon
Trades: 0
Quote:
Originally Posted by chrishirst View Post
just one bit of advice

LOSE THE FRAMES!!!
you're probably right. if i would have just done that to start with this all would have probably been alot easier, but im really trying to avoid that because ive done so much tinkering to get everything working right with it framed now, that, to undo it all would take sooooo long probably.




i havnt really done much (hardly any at all) webwork since html 4 came out, stuff is so different now. it does seem like virtually noone uses frames anymore. whats the deal with that?
PleaseDontBugMe is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 03:54 PM Re: crazy IE6 only issue, wild text distortion
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
because they always were a truly poor solution to get around a problem that really does not exist any more.

Use server side includes.
The last time I needed to convert a site from frames to includes took less than an hour. You are only removing bits of unnecessary code from your frame pages.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-02-2009, 04:02 PM Re: crazy IE6 only issue, wild text distortion
Junior Talker

Posts: 2
Name: Optimus Prime
Trades: 0
I've got the same problem - viewable here:
www.aventwest.com

Please note that I'm not using frames outright, rather, the URL is being forwarded using frames by Network Solutions to 1&1 where I host the content (long-story, and it's red-tape that prevents me changing the situation.)

That said, I have a theory that there is a combination of frames + CSS that's causing the problem.

aventwest.com is hosted here:
llebevad.com/AWCM

While trying to debug, I also forwarded aventwest.com to:
llebevad.com/AWCDC

When loading that page, the scrolling distortion in IE 6 didn't show up.

Any thoughts? Or maybe it's the additional images on aventwest.com?
Optimuspr1me is offline
Reply With Quote
View Public Profile
 
Old 02-02-2009, 06:59 PM Re: crazy IE6 only issue, wild text distortion
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
The "content" is being "hosted" at Geocities for the site you linked to.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-02-2009, 08:15 PM Re: crazy IE6 only issue, wild text distortion
Junior Talker

Posts: 2
Name: Optimus Prime
Trades: 0
Sorry, I pointed it back to an old site so there'd be something useful. I just re-pointed, so it should be back to it's buggy state.

Sorry for any confusion.

I think I talked the folks @ the non-prof to just host/register w/ the same group, which should eliminate the problem.

Regardless, the bug is interesting to see - it's like the page rendering just barfed.
Optimuspr1me is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to crazy IE6 only issue, wild text distortion
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.47149 seconds with 12 queries