this works
first go to http://www.projectseven.com/extensions/index.htm
and get the change object css class extension (free)
its actually made to change submit buttons into css but I use it on every
site like this.

then make you css like so:

.leftout {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 color: #000000;
}
.leftover {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-weight: normal;
 color: #000000;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-left-style: solid;
 border-top-color: #FF0000;
 border-right-color: #FF0000;
 border-bottom-color: #FF0000;
 border-left-color: #FF0000;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;

}


add the leftout code to the page 1st

then use the extension to add leftout= onmouseout   & leftover=onmouseover
and ur done
:)


the finished code looks like this

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to