.CSS on this website...

  • Newnewbie
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 30, 2003
  • Posts: 19
  • Status: Offline

Post September 30th, 2003, 6:21 pm

Hey... I like the cool hover effect on this website where it looks like the color actually changes when you rollover a link.

How do they do that?? :P
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 30th, 2003, 6:21 pm

  • Newnewbie
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 30, 2003
  • Posts: 19
  • Status: Offline

Post September 30th, 2003, 6:24 pm

It looks the when you rollover a link, you get an underline (I know how to do that...) and it looks like the color changes from greyish to pinkish to red... Am I just imagining that?? :shock:
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post September 30th, 2003, 6:36 pm

When I see something on a website I like I always check the source code to see how it was done, for example I have never seen this script before so to find out how it was done on this page I went to "View" and then "Source" and saw that the link for the script was here: http://www.ozzu.com/fader.js

You would just save that file and then copy this into the head section of your site as was done on here:
<script type="text/javascript" src="fader.js">


Hope that helps,
Rose
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post September 30th, 2003, 6:41 pm

Yes you are slowly going insane!!!


MWAHAHAHHAAH!!!

Actually I think it is just a bit of javascript....h/o and lemme snatch it for you!......
....
....

...
...



Ok well I can't find it anywhere, can't even find the onMouseOver for it, hrm...

Check around on http://www.hotscripts.com for something like that, it should be there somewhere!

//edit looks like rose beat me!
Pixel Acres V2
  • tyghtwad
  • Novice
  • Novice
  • User avatar
  • Joined: Oct 05, 2003
  • Posts: 21
  • Status: Offline

Post October 5th, 2003, 7:12 am

Sorry to but in, Rose was right....here's another link with instruction on how to do it including the actual download and command used.


http://admins101.com/scripts/faderlinks.html

Hope that helps :wink:
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 5th, 2003, 4:19 pm

Butt away! :lol: Oh how I love to be right! :wink: :wink:
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post November 2nd, 2003, 1:34 pm

Musik, Who doesn't like to be right?
http://www.silverringthing.com
http://www.xxxchurch.com
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post November 3rd, 2003, 1:09 am

people who are left? :lol:
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • Truce
  • Guru
  • Guru
  • No Avatar
  • Joined: Apr 25, 2004
  • Posts: 1477
  • Loc: Washington DC
  • Status: Offline

Post April 25th, 2004, 9:24 pm

It seems like part of the time it goes from grey to pink to red. But then the other part of the time it jumps to white and then fades to pink and red.
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post April 25th, 2004, 11:57 pm

The reason it sometimes goes white first is the css hover property, making it turn white for those people with jscript turned off. If there is a slight delay in the javascript kicking in you see the white css colour first

Thatsmy guess anyway.....
CSS website design tutorials
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post April 26th, 2004, 4:42 am

Yeah Rose is right, also her suggestion to just read the source file, thats How i learned most of my coding, by reading the code of sites i liked. Great way to learn!! :D Also if you want more information on coding CSS try: http://www.w3schools.com/css/default.asp that site will get u started 8)
  • MikeReyes
  • Born
  • Born
  • No Avatar
  • Joined: Sep 07, 2004
  • Posts: 2
  • Status: Offline

Post September 7th, 2004, 7:05 pm

How do I change the color of the links? Because I tried using CSS. But the fading effect just stopped.
  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post September 8th, 2004, 10:54 am

Hi. I am using the fader.js on my site and it is working sucessfully in places. When I only use <a href="#">clickypoos</a> tags it works beautifully, but when it is nested within a list <li> or table <td> element the fade does not work correctly...

When in an <li> or <td> or other element it changes to red (no fade) on the second time I hover over it! - and it stays red!

Does anyone have any ideas why this could be happening? I do not have any other :link,:hover, etc styles set up nor do I have any other javascripts running


//edit (see below)

I figured it out. The reason it was not working inside the other elements, was because the font for those elements had a color specified using a name e.g. l'red'. The font colors (a:hover, etc) need to be specified in hexadecimal values? e.g. #ff0000
  • sycofi5h
  • Expert
  • Expert
  • No Avatar
  • Joined: Jun 19, 2004
  • Posts: 506
  • Loc: Australia
  • Status: Offline

Post September 9th, 2004, 2:19 pm

well thisis wat i used
Code: [ Select ]
<style type="text/css">
a:hover {color: #watever color;}
a:link {color: #watever color;}
  1. <style type="text/css">
  2. a:hover {color: #watever color;}
  3. a:link {color: #watever color;}

a:hover is wen ur put ur mouse over the link and it turns that color.
a:link is the actual color of the link on the screen with ur mouse not over it.
I think that is wat you wanted. but i dont no how to do the fading effect.
  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post September 9th, 2004, 2:22 pm

sycofi5h wrote:
well thisis wat i used
Code: [ Select ]
<style type="text/css">
a:hover {color: #watever color;}
a:link {color: #watever color;}
  1. <style type="text/css">
  2. a:hover {color: #watever color;}
  3. a:link {color: #watever color;}

a:hover is wen ur put ur mouse over the link and it turns that color.
a:link is the actual color of the link on the screen with ur mouse not over it.
I think that is wat you wanted. but i dont no how to do the fading effect.


No I'm all set - I have the fading effect working ok.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 9th, 2004, 2:22 pm

Post Information

  • Total Posts in this topic: 17 posts
  • Users browsing this forum: No registered users and 113 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.