Jump to content
xisto Community
Sign in to follow this  
Florisjuh

Up Centering Tables And Image Mouse Over Effect

Recommended Posts

Hi all, I got a few html questions...1. How can I make the content of a table start from the top? (Normally it centers vertical...)2. How can I make an image change into a different 1 if you go over it with the mouse? (This is a frontpage effect but suckely I dont have any working version of frontpage)

Share this post


Link to post
Share on other sites

Download some tools like, First page.
It includes a rollover affect module. And over a hundred scripts.
Including password protection and music, Backround changer.
Its lame but the best i can think off. I use it.
& look at my site http://forums.xisto.com/no_longer_exists/

Thanks,
FFC Webmaster,
Asad Haider.

Share this post


Link to post
Share on other sites

ok here are some answers1.) for the table vertical alignment of its parts : There are a few ways, the easiest if you want all of your tables to have a top vertical alignment, just add this at the top of your page or in an external CSS page.<style type="text/css"><!--table {vertical-alignment : top;}-->or you can just put <td valign="top"> in the cells you want vertically aligned2.) you just have to use onmouseover and onmouseout. example: <img src="./images/transparent.gif" width="16" height="16" name="ff10">then all you would do is on the link after the image or put it around the image<a onmouseover="window.document.ff10.src='./images/handIcon.gif'" onmouseout="window.document.ff10.src='./images/transparent.gif'" href="">where ff10 is the name used in the image and the new images are located at the locations specifiedGood luck

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.