Juanita wrote:
> 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

Hi Juanita.  To fix your immediate problem simply add this:

h4.announcer {
   margin: 0 0 10px 0;
}


However... check out your site in IE6, validate your code,  then come 
back for help if you need it :-)

-- 
Audra Coldiron

Rock-n-Roll Design & Hosting
http://rock-n-roll-design.com

KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. 
Pre-made designs, designer tools, and reseller program available!
______________________________________________________________________
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