PDA

View Full Version : HTML/JAVASCRIPT help needed!



SMASH
July 16th, 2008, 04:12 AM
Ok so I'm working on a website where the main menu is 3D boxes + text that are broken up and have links on them. If I set the pictures up by themselves they look fine but if I use this sites method of "rollovers": http://www.outfront.net/tutorials_02/adv_tech/rollovers2.htm I get like a 5 pixel gap between the buttons which is unacceptable cause the 3D boxes need to fit together right. Is there a way to remove this gap? I've alread tried hspace="0", but that didn't work...

Rob Oplawar
July 16th, 2008, 10:30 AM
try messing with the css display property on the images. it could also be the margin or padding properties.
If that's not it, it could be whatever container the images are in, so just keep following the chain of tags up until you figure out which one is causing the spacing.