I have a page that has inline css info for two <hr/> tags.
The color is the issue.
the css in the <head> section is as follows:
IE adheres to this css request, and if i change the color code, IE changes it accordingly.
Mozilla however, only displays a dull grey no matter what.
what is causing this??
DOes mozilla ignore inline syles?
Gary
The color is the issue.
the css in the <head> section is as follows:
Code:
<style type="text/css">
hr {color: #ffff99; height: 1px;}
</style>
IE adheres to this css request, and if i change the color code, IE changes it accordingly.
Mozilla however, only displays a dull grey no matter what.
what is causing this??
DOes mozilla ignore inline syles?
Gary