oh and one other thing..... i ideally would like it to be content managed...
can anyone recommend any good content management freeware??
my hubby keeps telling me this will be the most effiecient way of doing things!!
User Profile
Collapse
-
I want to make my site as accessible as possible and i am fairly familiar with javascript so would be more comfortable using that.
any ideas....!!!!
taLeave a comment:
-
Moving Slideshow Effect
Hi
I am designing my own website for my garden design business. So far so good.
I was wondering if it was possible to do a slideshow effect similar to the one that can be found on the front page of
http://www.villanova.co.uk
I love the look of the images blending into one another and it would be perfect for the front of my website showcasing some of my designs.
can this be done using javascript?... -
-
code thats almost there.. can you help?
Thing is how do i cange the initial color to white so that after page load there is a delay of 5 seconds before text fades in from white to black?
This is my first attempt with fading and with some help with people from here i have come up with the following.
...Code:<html> <head> <script language="javascript">
Leave a comment:
-
Thanks
Silly me!! that works... but how do i get it to fade in from white to black - do i have to change the col numbers? Basically what i want is 8 seconds after page load i want the text to fade in.
im getting very confused! I have not tried to do fading before!!Leave a comment:
-
Why is my text not fading in?
Why does this not work??
Am I missing something very obvious!!
...Code:<html> <head> <script language="javascript"> col=255; function fade() { document.getElementById("fade").style.color="rgb(" + col + "," + col + "," + col + ")"; col-=5; if(col>0) setTimeout('fade()', 50);Leave a comment:
-
Fade In Text
I am having a memory block today and for the life of me cant seem to get it right.
Can someone help me with code to fade text in 8 seconds after the page has loaded.
This is what i have but i dont want it to appear straight away. How do i add an 8 second delay to the text fading in.??
...Code:<html> <head> <script language="javascript"> col=255; function fade() { document.getElementById("fade").style.color="rgb("
No activity results to display
Show More
Leave a comment: