| | |||||
| ||||||||
| Webmaster Tutorials Instructional webmaster-related how-to's and tutorials. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Oct 2005 Location: Clevedon, UK
Posts: 198
![]() ![]() | CSS Touchs Ever wondered how people make images fade and then un-fade when you hover the mouse over the, in this tutorial you will find out just how this ever wondered how people make images fade and then un-fade when you hover the mouse over them, in this tutorial you will find out just how this happens and how to do it. To start off you must place this code between the head tags. Code: <style type="text/css">
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=50);
-moz-opacity: 0.5;
}
.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=100);
-moz-opacity: 1;
</style> ????: NamePros.com http://www.namepros.com/webmaster-tutorials/133872-css-touchs.html Code: <a href="Link here" class="highlightit">[img]Image path here[/img]</a> Code: (opacity=30) In this tutorial you will learn how to completely customise the colour of your links. Put this in the head tags. Code: <style type="text/css">
<!--
a.linkStyleName:link {color: white}
a.linkStyleName:visited {color: red; }
a.linkStyleName:hover {color: pink; }
a.linkStyleName:active {color: yellow; }
-->
</style> Code: <a href="Link Goes Here" class="linkStyleName">Text Here</a>
__________________ |
| |
| | #5 (permalink) |
| NamePros Member Join Date: Nov 2005 Location: the Netherlands
Posts: 127
![]() | This is sweet man. I kinda always bookmark sites I know use this technique, because I plan on using it some time, but ofcourse I always forget etc. etc. This has really laid it out right in front of me Perfect, thanks!
__________________ accepts paypal and cookies |
| |
| | #6 (permalink) |
| NamePros Member Join Date: Sep 2005
Posts: 55
![]() | Great tutorial, very interesting and helpful. _______________________________________ Brochures Printing Services "Attempt the impossible in order to improve your work." |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To CSS or not to CSS? | ThreeD | Web Design Discussion | 27 | 10-22-2005 06:34 PM |
| CSS help please | to-binman | Programming | 6 | 06-05-2005 02:37 AM |
| CSS Help Needed | Chorei | Web Design Discussion | 0 | 04-12-2005 10:28 AM |
| CSS: what's the use of it? | lucesei | Programming | 13 | 04-12-2004 07:21 AM |