Asten
Newbie   Posts: 8 Registered: 4/21/2007 Status: Offline
|
posted on 4/21/2007 at 03:55 PM |
Hi,
I'm having a small issue with theme 401.

As you can easily see, it's the font in the Navigation block. Every link
is white, underlined and has a mouseover color. But when you click Forums,
every link in the Navigation block (and other blocks) turns gray.
I've checked the style.css, styleNN.css, theme.cfg, and several other
files. I've replaced all gray font I've found with white, but I'm
obviously overlooking something! I'm relatively new to php and style
sheets, so any help you can give is greatly appreciated!
If you need to see the issue in action the website is www.twixal.com
Thanks!
Asten (aka Michele)
[Edited on 21/4/2007 by Asten] |
| |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 4/22/2007 at 09:22 AM |
It looks fine to me in FireFox. But, view the source of the page. The
forum is adding a bunch of styles to the page, but these styles are only
allowed before the /head tag. Since IE is very forgiving of standards
non-compliance it may use the styles anyway. Check the forum and see if
there is a way to change the styles.
-Shawn |
| |
Asten
Newbie   Posts: 8 Registered: 4/21/2007 Status: Offline
|
posted on 5/5/2007 at 02:02 AM |
Hi Shawn,
I was able to figure out the problem (and a couple other small issues)
after posting my message here and getting an awesome email reply from John.
The problem was actually in the overall_header.tpl After I learned my way
around it was a very simple fix.
Thank you!
Asten |
| |