Hi Brian

From: "Brian Jones" <[EMAIL PROTECTED]>
Subject: [css-d] Site Check and CSS help
> http://tourism.temple.edu/smartbaltimore/default.aspx
The menu does not look right in IE6 so if someone could help
> me with the CSS for that, that would be great.

Add the following CSS:
#navcontainer UL li {width:100%}
---------------------------------------------------------------------------------------
> Also in IE the buttons on this page
> http://tourism.temple.edu/smartbaltimore/user/snapshot.aspx do not
> look the same as in FF. In FF the text in a little more centered

Add the following:

.postbutton {
   line-height:1.2;
   ...
}
--------------------------------------------------------------------------------------------
>and  there is no underline on the link hover. How can I achieve this same
> affect in IE

Change:
FROM:
.postbutton:hover {text-decoration: underline}

TO:
.postbutton:hover {text-decoration: none}


Regards,

MaurĂ­cio Samy Silva
http://www.maujor.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to