Bengal313
01-07-2003, 05:47 AM
I have a simple request for some HTML help. I have a html page that has the navigation bar on the left hand side. All the links are basically hyperlink text in cells enclosed by a table. The table has no borders and a white background. Now what i need to do is when some hovers over a link I would like for the following things to happen.
1. Have the link change from Blue to Red
2. Have the background of the cell that the link is enclosed to change from White to Grey
3. Have the border of the cell to go from no-border to having a border.
I guess it would be easy to just create two seperate images for each link and use JS for hover over effect. I just don't want to create all those images for all the links. I figure this would be alot easier and faster.
1. Have the link change from Blue to Red
2. Have the background of the cell that the link is enclosed to change from White to Grey
3. Have the border of the cell to go from no-border to having a border.
I guess it would be easy to just create two seperate images for each link and use JS for hover over effect. I just don't want to create all those images for all the links. I figure this would be alot easier and faster.