Hi at all
please read my script
Into my div I insert a php menĂ¹ that I want To align vertically at the very 
top of the div
But with msie it is at the very top but with FF it is at very bottom
Why please?
Peter


<style type="text/css">
.progress
{
background: #465F82 url(images/graduale.gif) repeat-x top left;
color: #FFFFFF;
font: bold 10pt verdana, sans-serif;
vertical-align:top;
}
</style>
.........................................................................................................
<body>
<div align="right" class="progress">
<? include $menu;?>
<br><br>
</div> 

______________________________________________________________________
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