Howdy folks.
My page isn't displaying properly on Safari browsers. My horizontal rules are all left aligned (when on every other browser, they're center aligned).
Here's the code from my CSS:
hr {text-align: center; margin-top: 0; margin-bottom: 5px; }
(I've also tried align: center; but that doesn't seem to work either).
Here's an example:
http://www.brianellisrules.com/archives.php?id=A2003121
the page views properly on IE and Mozilla on Windows... but this is my first time checking it out on Safari and it's bugging me.
Any ideas? My initial guess is that it's inheriting some rules from my other tags, but wouldn't having the CSS align it to the center override that? My other guess is that my CSS code is wrong. What do youn's think?
Thanks!
My page isn't displaying properly on Safari browsers. My horizontal rules are all left aligned (when on every other browser, they're center aligned).
Here's the code from my CSS:
hr {text-align: center; margin-top: 0; margin-bottom: 5px; }
(I've also tried align: center; but that doesn't seem to work either).
Here's an example:
http://www.brianellisrules.com/archives.php?id=A2003121
the page views properly on IE and Mozilla on Windows... but this is my first time checking it out on Safari and it's bugging me.
Any ideas? My initial guess is that it's inheriting some rules from my other tags, but wouldn't having the CSS align it to the center override that? My other guess is that my CSS code is wrong. What do youn's think?
Thanks!