image, borders on Firefox |
image, borders on Firefox |
Jul 15 2008, 11:48 AM
Post
#1
|
|
|
the name's mario ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,270 Joined: Jun 2008 Member No: 656,520 |
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??
|
|
|
|
![]() |
Jul 15 2008, 01:45 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jul 2008 Member No: 667,563 |
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>.
|
|
|
|
rockguy image, borders on Firefox Jul 15 2008, 11:48 AM
mipadi Just do this:
CODE<img src="path/to/file.... Jul 15 2008, 03:12 PM
rockguy fixed it, thanks for replying Jul 15 2008, 08:25 PM
jaeminnie Closed; moved to Resolved. Jul 15 2008, 08:27 PM![]() ![]() |