|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Sunshine. Always.
![]() ![]() Join Date: Aug 2004
Location: Hamburg, Germany
Posts: 2,596
|
I have tested the site on IE6 on my old Windows computer and it works fine. I've also tested the site on my Mac on all browsers and it works fine. But some people who use IE6 have the browser crash when they hover over links that use images for text.
I have used the simplest method out there. Of course there are better techniques and I'm thinking of replacing the method to provide better images on/off support etc. But here is the code that makes some people's IE6 browser crash (the three bottom image links on the site): The menu: Code:
ul#menu {
margin: 8px 0 0 0;
width: 753px;
height: 90px;
float: left;
clear: both;
}
ul#menu li {
float: left;
}
ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover {
text-indent: -99999px;
display: block;
float: left;
height: 90px;
}
Code:
#blog li#jour a {
background: url(../images/blog_jour.gif) no-repeat; width: 241px;
}
#blog li#news a {
background: url(../images/blog_news.gif) no-repeat; width: 260px;
}
#blog li#kontakt a {
background: url(../images/blog_kontakt.gif) no-repeat; width: 252px;
}
Code:
#blog li#jour a:hover,
#blog li#news a:hover,
#blog li#kontakt a:hover {
background-position: 0 -90px; display: block;
}
Thank you in advance for any advice you have. ![]() Maleika |
|
|
|
|
|
#2 |
|
SitePoint Zealot
![]() ![]() Join Date: Jun 2006
Posts: 137
|
why use image replacement if it was never used when we did regular html table designed sites? where table html sites safe from reason why you must use IR technique? just trying to understand
|
|
|
|
|
|
#3 | |
|
Sunshine. Always.
![]() ![]() Join Date: Aug 2004
Location: Hamburg, Germany
Posts: 2,596
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
SitePoint Wizard
![]() Join Date: Oct 2005
Location: Brisbane, QLD
Posts: 4,024
|
Quote:
The only thing I can suggest is maybe your negative indent is too much. I've generally only seen it set as large as -9999px. |
|
|
|
|
|
|
#5 |
|
Sunshine. Always.
![]() ![]() Join Date: Aug 2004
Location: Hamburg, Germany
Posts: 2,596
|
Thank you Tyssen. I will try that out.
![]() |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 14:40.











Hybrid Mode
