Hi Experts,
Please let me know if there is anything wrong in CSS below. for me text-deocartion property is not working , neither in IE or Mozilla rest of the properties working fine.
HTML Code:
#navigation {background-color: #FFFFF; float=left;position:absolute; width: 100%;}
#navigation li.header
{padding-left: 10px;padding-right: 10px; border:1px solid #ffffff; background-color:#E0E0E0;display: -moz-inline-stack;
display=inline-block; float=left;height=25px;text-decoration:none;
font-family:Arial;font-style:normal;font-size:16px;}
#navigation li.header a.headanchor{text-decoration:none; height=20px;position=absolute; }
#navigation li:hover a.headanchor{text-decoration:none;position=absolute;}
Regards
Deepak
Last edited by chrishirst; 12-26-2010 at 11:32 AM..
Reason: .
|