moving a horizontal rule up

liunx

Guest
on this page (<!-- m --><a class="postlink" href="http://unidentity.net/layout/index.php">http://unidentity.net/layout/index.php</a><!-- m -->), how can i make the horizontal rule closer to the words "circa me"? i want it to be almost an underline, but in opera and netscape there's a huge space between.<!--content-->try:<br />
<br />
<style><br />
hr {margin-top:-8; }<br />
</style><br />
<br />
It works for IE don't know (or care about) Netscrap.<br />
<br />
You might have to adjust the value to get it exactly where you want it, but -8 looks about right.<br />
<br />
Cd&<!--content-->thank you! i put it into my stylesheet and it works in ie, netscape and opera.<!--content-->According to the standard it should work for all browsers, but.......<br />
<br />
Glad I could help. :cool:<!--content-->well, those are the three browsers i could check at work. at home i can see that it works in konqueror, mozilla and opera for linux, also.<!--content-->it should as konqueror is pretty close to NS.<!--content-->Amazing........ something taht is actually cross-browser with no scriping magic. :rolleyes:<!--content-->
 
Back
Top