View Full Version : mouseovers-little dash apprearing


Jrfan888
01-27-2003, 10:33 PM
i wanted to make a menu with mouseovers. One problem is when i wanted each mouseover to be put right next to each other, creating a bar type thing, it adds a space and a " _ " is there any way to get them to be right next to each other??
Thanks!

Lemon Squash
01-27-2003, 10:34 PM
Have you got a link that shows it?

Jrfan888
01-28-2003, 10:44 PM
here (http://www.boomspeed.com/jrfan888/)
see the space?

Lemon Squash
01-29-2003, 12:19 AM
All i see is a _ between the two mouseovers... =/

Jrfan888
01-29-2003, 12:47 AM
thats what i mean. do u know how to get rid of that? b/c i didnt add that myself...it put it there itself :(

starlet
01-29-2003, 06:15 AM
Just take out the space before the </a> tag here...

<a href="yoururl.html" onmouseover="over_image('img0');" onmouseout="off_image('img0')">
<img src="rt2.bmp" border="0" name="img0"></a>

Jrfan888
01-29-2003, 10:38 PM
that took out the dash, but not the space...any idea of how to get them to appear right next to each other?

Thanks =)

Dude128
01-30-2003, 03:26 AM
you only need one copy of the code- and really you only need the img0... parts, because you use the same information for each one.

try getting rid of the second instance of the script code, and getting rid of as much white space between one link and the other as possible

Jrfan888
01-30-2003, 09:17 PM
i'll have to see...i know that the buttons are the same, i just threw that page together as an example.