• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization IE 6 and mac fix

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Mar-29-2009, 03:43 PM
#1
LikeGod04 is offline LikeGod04 OP
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.
Old Mar-29-2009, 06:38 PM
#2
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by LikeGod04
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.
Change to 11pt in this and see if things are more consistent.

.menu ul li a,
.menu ul li a:visited {
,,,
font-size: 11pt; /* main buttons */
,,,
Old Mar-30-2009, 04:15 AM
#3
LikeGod04 is offline LikeGod04 OP
Big grins
Quote:
Originally Posted by Allen
Change to 11pt in this and see if things are more consistent.

.menu ul li a,
.menu ul li a:visited {
,,,
font-size: 11pt; /* main buttons */
,,,
ok i made the change....ill see if it worked when i get to work. Thank you for your help.
Old Mar-30-2009, 12:19 PM
#4
LikeGod04 is offline LikeGod04 OP
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.
Old Mar-30-2009, 12:50 PM
#5
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by LikeGod04
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.
See if changing the color and padding in the IE section helps.
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 */
}
Old Apr-06-2009, 10:47 AM
#6
LikeGod04 is offline LikeGod04 OP
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

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

Forum Jump