Hi 

If someone could help clue me in, I would REALLY appreciate it! I'm
relatively new to css, have been reading books and of course the list and
have gotten some good advice (Felix - fixed the font size!)

I think I have conflicting header but can't figure out what's going on. In
NN7, Firefox & Mozilla it's got the conflict, but in IE7 it's working
correctly.

Here's what's going on: there's a <ul> Announcer menu that is floated to
the right around the main content. Somehow, the <h4> header in the main
content is pushing the header in the <ul> down lower than it should be
(viewed in IE7 you can see what should be happening) 

Here's the page:

http://www.kcsm.tv/jazz91/announcer_berzon.php

Here's the stylesheets

http://www.kcsm.tv/styles/global.css
http://www.kcsm.tv/styles/jazz91.css

 I'm using a global stylesheet cuz there's two sections to this site that
look VERY different, and there's a jazz stylesheet to control what's
happening in this section. Additionally, in the header of each announcer
page I have the following style - needed cuz each page requires different
colors - I thought this was the best way cuz these styles are limited just
to these particular pages.

ul.announcer {
border-left: 1px solid #cc90f0;
float: right;
margin: 0 5px 10px 10px;
padding: 0 10px;
font-size: .8em;
color:#7817a1;
text-align: right;
list-style-type:none;
}
ul.announcer li a{
color:#7817a1;
text-decoration:none;

}
ul.announcer li a:hover{
color:#cc90f0;
text-decoration:underline;
}
h4.announcer {
text-align:right;
color:#7817a1;
margin-bottom: 10px;
}

Thanx for your help!!!

______________________________________________________________________
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