Ok, it's a little ambitions given I'm still quite a newbie at this, but I want to create a site that has one of these rollover main images (www.cnet.com or entrepreneur.com). Does anyone know what they are called and if there is code anywhere for creating one automatically and just uploading new pages through a template or some such? I've typed in a million things and cannot for the life of me figure out what they are called... many thanks, JB
like the rollovers from the menu? check out the source of http://www.innovativedsgn.com/red/splash.html its controlled by :hover and then you can manipulate different background colors, size, images, borders, and more
If you just want standard text rollover then its simple CSS </style> And to make image rollovers you could give each tag a class say your home for instant, if you was using tables you could make it like this <td class="menuHolder"><a href="#">Home</a></td> Then edit it with your CSS