Previous Message
Next Message

Problem in FireFox

Sent by Steven Costello on 4 June 2005 15:03


Hello List,
 
The following CSS code I am having trouble with in FireFox. It works
perfectly fine in IE6. Then again, maybe I am doing something wrong as I am
somewhat of a CSS newbie. Here is the relevant code:
 
..h1.bullet{
 font-size:14pt;
 margin-bottom:4px;
 color:#FFFFFF;
 text-decoration: none;
 background-color:#9999FF;
}
..h1.bullet a:link, .h1.bullet a:visited, .h1.bullet a:hover{
 text-decoration:none;
 background-color:#9999FF;
 color:#FFFFFF;
}

Here are some links to the pages where these elements are used:

http://www.trinityinfo.org/Lifetools/Life-Tools.php
http://www.trinityinfo.org/About/Trinity-Ministry-Staff.php

On the above pages you will be able to see that the h1's are not resizing to
a font size of 14pt. Also, when they are used as a link the background color
for the hover action is inheriting the properties set in my site wide link
properties. I would appreciate any help to resolve these two issues.

I am using separate CSS files depending on which browser the user is using:
FireFox - http://www.trinityinfo.org/css/netscape-css1.css
IE - http://www.trinityinfo.org/css/mie-css1.css

Also, on the home page or any page on the site that uses the layout like the
home page with the left nav, the box1 id is not appearing properly. I would
like to have the top border even with the top border of the left nav. The
lower right image is flowing outside of the box1 box and the text does not
start at the top of the box.

Again, any help with these items would be greatly appreciated as I have been
wracking my brain over them for quite some time.
 
Thanks,
Steven Costello

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: