|
Giomanach -> RE: To Flash or not to flash? (5/2/2004 1:49:12)
|
CSS Image rollovers, longwinded, but it works: To start off with, set a class for all of the cells for the images to go in: .link1{ backfround-image: url(imagelocation.jpg); background-position: fixed; background-repeat: no-repeat; } Set one for each cell. Assign the classes to the cells. Now, create one transparent gif, the same size as the cell, without a border etc as the link. It's got nothing in it so it should be practically sizeless (is that a word????). Insert into each cell. The set your hover links for the table (obviously set a general a:hover for this) jukebox a:hover{ background-image: url(imagelocation2.jpg); background-position: fixed; background-repeat: no-repeat; } might have to set the rollovers individually, depends on how you set the originals Dan
|
|
|
|