View Full Version : Need help..
Jebbo
02-08-2008, 06:18 PM
right i need help with 2 things please..
1] a script when you hover your mouse over a picture turns it into another picture. (like it makes the picture apear as its pressed down)
2] a free layout for a scripts website (a layout simular to hotscripts.com or any other sites like that)
Calon
02-08-2008, 06:32 PM
right i need help with 2 things please..
1] a script when you hover your mouse over a picture turns it into another picture. (like it makes the picture apear as its pressed down)
2] a free layout for a scripts website (a layout simular to hotscripts.com or any other sites like that)
First; It's called a roll-over script, and can easily be done via CSS, google it.
Second; Google a simple layout.
Jebbo
02-08-2008, 06:37 PM
thanks..♣ any idea what i could type into google ?
Calon
02-08-2008, 06:38 PM
thanks..♣ any idea what i could type into google ?
1: CSS Rollover script;
2: Simple layout.
Protege
02-08-2008, 06:39 PM
Agree with Calon, i'd type for the second one
'Too dumb to create their own layout "free layout"' or 'Im a cheap skate and like free stuff "free layout"'
Jebbo
02-08-2008, 06:43 PM
i can make my own, i just carnt code it. and i would love to learn how to code but i dont know were to start?
Source
02-08-2008, 06:48 PM
css hover:
.normalmode {
background: url(yourimagehere.jpg);
}
.normalmode:hover {
background: url(yourimagehere_rollover.jpg);
}
You get the idea.
Jebbo
02-08-2008, 06:50 PM
Thanks ! :)
Jahova
03-08-2008, 06:29 AM
Getting a free layout should be easy.
The quality of the layout may not be as good as if you make your own and you / someone who know's what they are doing codes it.
michaelish
03-08-2008, 08:37 AM
you could also do the hover in js so it preloads the image
Calon
03-08-2008, 02:01 PM
Agree with Calon, i'd type for the second one
'Too dumb to create their own layout "free layout"' or 'Im a cheap skate and like free stuff "free layout"'
I'd +REP you, but I need to spread.
Jebbo, coding is really not hard.. the web is filled with tutorials on how to code.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.