Hi there,
My new website:
when I view it using IE7 (dev mode) or firefox my <hr> (all pages) and <feildset> (contact and guestbook pages) aligments are to the left or right but they should all be center as they are displayed correctly in IE8. Does anyone have any ideas/suggestions please?
Can post more code if required, below are the hr and fieldset css.
Have researched this on google and I think its to do with the auto margins but I cant seem to get it centre any other way?
Thanks in advance
James
My new website:
when I view it using IE7 (dev mode) or firefox my <hr> (all pages) and <feildset> (contact and guestbook pages) aligments are to the left or right but they should all be center as they are displayed correctly in IE8. Does anyone have any ideas/suggestions please?
Can post more code if required, below are the hr and fieldset css.
Code:
fieldset { padding:8px; color:#ffff00; width:600px; margin: 15px auto; border:1px solid #ffff00;}
fieldset.action { text-align:right; }
hr { color: #ffff00; border-color: #ffff00; width: 60px; margin: 10px; }
Have researched this on google and I think its to do with the auto margins but I cant seem to get it centre any other way?
Thanks in advance
James