May 10, 201016 yr Hi All... Having a little annoying problem with a site that a built a couple of years ago.... Since using IE8 I've noticed that the horizontal rule at the bottom on the page is a lot thicker in IE8 .. When previewed in earlier IE and FF it's nice and thin... Can you help?? Stonecroft House Cheers Carl
May 10, 201016 yr I'd use css to style it this <HR SIZE=3 width="75%" noShade> would be <HR> and then add to css hr{width:75%; height:2px; background:#606060;} I think that should work
May 10, 201016 yr Your code at the moment is: <hr width="75%" size="3" noshade="noshade" /> You could try adding px or em to the "size", rather than just leaving it as 3. By the way, your link is broken, the url is http://www.stonecrofthouse.co.uk/ Scrap that, mteam's method is much better.
May 11, 201016 yr Author Cheers chaps.... appreciate the help... I'll give that a go! All the best Carl
Create an account or sign in to comment