Miss_Thang
11-22-2004, 03:48 PM
Ok, I'm using a regular calendar (since the other one that I downloaded isn't working. it's actually posted on the forum) which you can see the calendar here: www.ericbal4.net/indexx.php and I want to know how can I change the "event" days...like when I hover over them instead of coming out the way it does it will come out in color...here's an example of what I'm talking about http://christinamilian.org/ I hope some1 can help me out! Thanks :)
StarryIlove
11-22-2004, 04:12 PM
I can't seem to see any mouseover on that other page but you can create an effect like you want with javascript. It's not generally cross browser though. Try searching http://dynamicdrive.com you should find something there.
Try putting in 'span' 'title' and 'alt' to start you off
Hope that helps
Starry
Miss_Thang
11-22-2004, 04:31 PM
what am i suppose to search for? But I do know it's javascript...I looked at her source...on the "1st" when you hover over it it's a link color and it comes out in color...mine is just bold and when you hover over it...it's regular! I just need to know what to search for...thnx
Miss_Thang
11-23-2004, 03:21 PM
Hey! I went to dynamicdrive.com and I searched for "javascript mouseover" but still nothing...maybe I'm typing it in wrong or something...lol! I really want to know how to get my calendar like that! If anyone can please find the code for me, or know what I'm suppose to search for please let me know! I would highly appreciate it...thanks sooo much! :)
kittycat
11-23-2004, 09:47 PM
Don't know where it is there, but there's a tutorial with a calendar: http://www.karass.nu/modules.php?name=News&file=print&sid=505
Miss_Thang
11-23-2004, 10:08 PM
oh wow...thanks sooo much kittycat!!! :) :D
sputter
11-29-2004, 10:46 PM
When I looked at the source I found that the site you wanted it to look like had this in their javascript.
topColor = "#595B8C"
subColor = "#AFACD0"
while you have
topColor = "#eae6e5"
subColor = "#eae6e5"
You should be able to change the hex value of the subColor and have the mouseover change the color of the dates in your calendar. It appears in two places in the script fortunately they are close together. I think that should do it.