Keith Kaiser wrote:
>
> The div id is topMenu the css is at http://bsaroundtable.com/css/rtstyle.css 
>   please if you have a few minutes would you help me figure this out.
>
>
> -- Keith
>
>   



#topMenu {
  width: 100%;
  background: #C5DFA4;
  float: left;
min-height: 7em; <---- add
}

for IE/6 write:
* html #topMenu {height:7em;}

The height unit is the same for IE/6 as compliant browsers-- but, is not 
preceded by min- for IE/6 (which it does not understand min-height)'

The "ticker" looks to be controlled by this inline style (located 
beneath all the #topMenu links in the source html document):

span id="amberalert" style="position: absolute; left:80; top:35;">

Tweak "left" /and/ "top" to position it.

Reduce the values of min-height and height in #topMenu (above).

Compare in Firefox, IE/7 and IE/6 until you get all 3 browsers 
"relatively" close to where you want them.

Note:  I did not look at your page in any IE browser, and went with the 
assumption you are relatively close to Firefox in IE at this writing.



*
*





-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to