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

Forum

Log In Sponsors
Board index Programming HTML Forum

Mouseovers

Mouseovers

Postby Ash on Sat Sep 17, 2005 6:22 pm

Ok I am trying to make a webpage that uses mouse overs but niether images appear.

Code: Select all
<td class="nav_this"><a href="#">
<img src="http://www.freewebs.com/corrosiongfx/images/home.gif" width="73" height="27" border="0"></a></td>
<td class="nav" onMouseOver="this.className='nav_over'" onMouseOut="this.className='nav'">


What is wrong here?
User avatar
Ash
1000+ Club
 
Posts: 1020
Joined: Wed Aug 03, 2005 6:10 pm
Location: England

Postby webmaster on Sat Sep 17, 2005 6:39 pm

Theese are the ones I made for DEVPPL (uses them in the menu in the top)

HTML:
Code: Select all
<a href="sida.html" id="img1"></a>



CSS:
Code: Select all
#img1
{
   width: 96px;
   height: 134px;
   overflow: hidden;
   background: url(../images/image.gif) top left no-repeat;
   display: inline;
   float: left;
}

#img1:hover
{
   background-position: bottom left;
}
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden


Who is online

Users browsing this forum: No registered users and 5 guests