Hi
My comments and test on right side bar are all in bold and capitals.
http://www.soundtravellers.dreamhosters.com/
Not too sure why? Can someone help.
Thanks
Leigh
Hi
My comments and test on right side bar are all in bold and capitals.
http://www.soundtravellers.dreamhosters.com/
Not too sure why? Can someone help.
Thanks
Leigh
It looks like your side text is being governed by the "ul#nav li" section in your CSS. Inside that section, you have a parameter set to make all corresponding text uppercase. "text-transform:uppercase".
I found that section of your CSS using Firebug and have pasted it below. Asterisks have been added to the offending line. They will not appear in the style sheet.
ul#nav li {style.css (line 122)
font-family:Helvetica,Arial,sans-serif;
font-size:1.4em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-transform:uppercase; ***********
Your comments were a little harder to check, but it looks like they also may be controlled by this same parameter inherited from another parent in the style sheet.
You must log in to post.