October 10, 201015 yr Hi all, This is a bit embarrassing but I need someones help asap! I've put a quick site together and it's gone live but I noticed that all works well in firefox but ie and safari font seem to be reading the CSS!!! The site is dinkydoodles .co .uk Please can someone who knows what they're doing (obviously not me!) take a look and help me out??! Thank you
October 10, 201015 yr On your wrapper tag instead of using: margin-left: auto; margin-right: auto; try margin: 0 auto;
October 10, 201015 yr Actually, looking at your code - I can't see a wrapper or container DIV on your front page. Perhaps wrap it all up inside one and then use the idea above.
October 10, 201015 yr Author Thanks mate, it's not just the homepage that doesn't read it but all the pages.
October 10, 201015 yr Author If anyone is available to help out, I'd gladly sort you out with a drink. I can send you the ftp details. Please let me know as I could really do with fixing this asap. Many thanks Jamie
October 10, 201015 yr IE isn't processing the stylesheet personalised-name-art.css because you have a opening comment <!-- but no closing comment --> so edit:- </script> <style type="text/css"> /*<![CDATA[*/ <!-- --> /*]]>*/ </style> where I have inserted the missing --> I also replaced #righthand with .righthand as you shouldn't use an id more than once .righthand { float: right; height: 400px; width: 210px; text-indent: 0px; text-align: left; vertical-align: top; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 25px; background-repeat: no repeat; word-spacing: normal; background-image: url(personalised-name-prints-images/partition-bar.jpg); margin-top: 0px; } <div class="text righthand"> instead of <div class="text" id="rghthand"> in three places,
Create an account or sign in to comment