Help - Search - Members - Calendar
Full Version: image, borders on Firefox
Forums > Resource Center > Webmasters' Corner > Resolved Topics
rockguy
ok so i have this layout Click Here, the borders work fine in IE7 with the border=0 tags but on firefox there's a border around the images from the navigation (add, mesg, etc) how can i get rid of the border without it affecting it on IE7??
digitalle
the border=0 attribute under image style tags only affects IE. to remove the borders in firefox, you'd want to insert it directly into the image tags, if that makes sense. for example, instead of putting in <img src="image url" style="border=0">, you would put in <img src="image url" border=0>.
mipadi
Just do this:

CODE
<img src="path/to/file.jpg" style="border:0;">


That should work across all browsers.
rockguy
fixed it, thanks for replying
jaeminnie
Closed; moved to Resolved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.