Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 3rd, 2006, 4:04 AM   #1
andyanderson
Newbie
 
Join Date: Mar 2006
Posts: 1
Rep Power: 0 andyanderson is on a distinguished road
CSS Rollover

hi there,

I am looking for a working CSS rollover script?
Any suggestions!

Thanks!
regards,
A.
andyanderson is offline   Reply With Quote
Old Mar 3rd, 2006, 5:58 AM   #2
ludesign
Newbie
 
ludesign's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 ludesign is on a distinguished road
Hi,

you can search www.google.com for 'css rollover menu'

I'll give you a short example of how i do it:

<html>
<head><title> CSS RollOver Effect :: Example </title>
<style type="text/css">
a {
   background-color: #000000;
   color: #ffffff;
   font-family:  arial;
   font-size: 15px;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
   font-size: 16px;
   color: #ff0000;
}

a:link {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

</style>
</head>
<body>

<a href="#"> Link 1 </a> &nbsp;
<a href="#"> Link 2 </a> &nbsp;
<a href="#"> Link 3 </a>

</body>
</html>

here i wrote you a short example, you can save it as html file and test it with your fav browser.

off course you can do very beautiful menus with css, just playing with it
__________________
Винаги се цели в луната, така и да пропуснеш, пак ще си сред звездите!
by ludesign
ludesign is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:07 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC