It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites
Board index Programming Java Forum

help

help

Postby talknaija on Thu Oct 09, 2008 3:32 pm

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?
talknaija
 
Posts: 0
Joined: Thu Oct 09, 2008 2:25 pm

Postby rangana on Fri Oct 10, 2008 1:26 am

Add a CSS instructing the images to hide the borders:
Code: Select all
<style type="text/css">
img{border:0px;}
</style>


Place that in the head section of your page.

See if it helps.
~ Get me some work, I do freelancing ~
User avatar
rangana
500+ Club
 
Posts: 929
Joined: Wed Feb 27, 2008 6:14 am
Location: Cebu City Philippines


Return to Java Forum

Who is online

Users browsing this forum: No registered users and 1 guest