hello everyone, I have the below codes which seems fine on the firefox and chrome but somehow the navigation menu overflows on th ie.If i reduce the widht of the widemenu it fixes ie but tis time firefox and chrome get short. Do you have any sugestions how to fix this. quote #widemenu { background-color: #CCCCCC; position:absolute; top:152px; left:auto; right:auto; height: 25px; width: 88.75%;} #widemenu ul li a { color: #000000; text-decoration:none; display: block;} #widemenu ul li:hover{ background-color:#bbbbbb; display: block; height: 15px;} #widemenu ul{ height: 8px; margin: 0px; padding: 0px; display:block;} unquote many thanks maksin
Showing us the CSS without the complete html is like telling us Picasso is a painter and here are his colors.
I have some problems as well. My site is working in FF fine, but not IE. I did the validate thing, it said 18 errors, however I don't know coding so I do not know how to fix?