|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
IE 6 and mac fix
I have done some customization to my web site, and it looks how i want it in IE7, but when i look at it at work which uses IE6 the font color for my menus is a grey and it is sappose to be white. and the menu wraps in two rows. And a friend emailed me saying that the font was hard to read on her MAC book. I looked at my code to see if there was anything that i might of missed but i dont see anything, and i am new at writting the CSS and HTML code so i could of very easily missed someting. My web site is goodwinphotos.smugmug.com. Any help would be great. Thanks.
|
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
.menu ul li a, .menu ul li a:visited { ,,, font-size: 11pt; /* main buttons */ ,,,
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#4
|
|
|
Big grins
|
I made the change you recomended and it still doesnt look right. On IE6 when i hover the mouse over the menu the drop down text is black on a grey back ground and there is double spacing. But when i view it on IE7 the Text is White on Grey background (which is how i want it) and everything is spaced fine. Any suggestions would be great. Thank you for your help.
|
|
|
|
|
#5
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
.menu ul li a:hover ul li a {
display: block;
background: #1A1A1A; /* IE DD color non-hover */
color: #fff; /* IE DD color non-hover */
height: auto;
line-height: 20px; /* IE DD FO box height */
padding: 0;
width: 175px; /* IE DD FO box */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#6
|
|
|
Big grins
|
Thanks for your help, the last advice fixed the problem. i just now got time to respond, thanks again.
|
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|