| DEVPPL http://www.devppl.com/forum/ |
|
| help http://www.devppl.com/forum/viewtopic.php?f=47&t=12035 |
Page 1 of 1 |
| Author: | talknaija [ Thu Oct 09, 2008 3:32 pm ] |
| Post subject: | help |
I am kind of new tojavascript and working on a web site for my son with pictures, i used the javascript in DW for picture swapping but now the smaller images have a blue border to them how cani get rid of the border without affecting the behaviou? |
|
| Author: | rangana [ Fri Oct 10, 2008 1:26 am ] |
| Post subject: | |
Add a CSS instructing the images to hide the borders: Code: <style type="text/css">
img{border:0px;} </style> Place that in the head section of your page. See if it helps. |
|
| Page 1 of 1 | All times are UTC + 1 hour |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|