Crab Lungs Posted 2 August, 2009 Posted 2 August, 2009 Having fun creating my own site at the moment, oh yes. I've done the pages, text, images and I've sliced and diced in photoshop. However... I wish to make my page more... graphically bespoke. Now, I've spent too long trawling YouTube and Google for worthwhile tutorials and somehow, I've drawn a blank. Maybe I am not searching the correct fields however, here is what I wish to achieve. On my option text fields in my design 'home' 'about' 'contact' etc I wish for them to highlight when the cursor scrolls over them. Simply, yet effective. What would be my next step to achieve this? What program and what is the technical term for this? I know I can teach myself this, but just need a nudge in the right direction... Thank yooou
Pancake Posted 5 August, 2009 Posted 5 August, 2009 Actually, sorry I misread that I think. what do you want to do? Is it: 1. Have a small area of an image be a hyperlink 2. Have the image change when the cursor is over it
Baj Posted 10 August, 2009 Posted 10 August, 2009 chop up the images so that they are seperate for the nav items. create secondary images for 'hovering over', whether that be a shadow or highlighted in some way, obviously make sure you save these as the same size as the normal ones. in you code, where you have the image, add inside the onmouseover="this.src='/images/overimage.jpg'" onmouseout="this.src='/images/normalimage.jpg'" this assume paths and image names, but for example if you wanted contact us to have a hover over state, change the overimage.jpg to something like 'contactover.jpg' and your normal 'state' for contact button to 'contactnormal.jpg' and thats pretty much job done. for the more advanced reading this, i dont bother with caching mouseover images these days since everyones on broadband, only if the over state is large. Oh, and yes we could get crablungs to use the 'twice as high' css trick to switch a div bg image state, but that's a bit beyond a saints forum tutorial
JustMike Posted 10 August, 2009 Posted 10 August, 2009 i use fireworks, they have a built in function for this
Baj Posted 10 August, 2009 Posted 10 August, 2009 i use fireworks, they have a built in function for this ive got a couple of professional developer mates who use this, is it really worth me doing it considering im comfortable with what i do and they way i do it for years.. (yeah i know, old dog, new tricks)
JustMike Posted 10 August, 2009 Posted 10 August, 2009 ive got a couple of professional developer mates who use this, is it really worth me doing it considering im comfortable with what i do and they way i do it for years.. (yeah i know, old dog, new tricks) no mate in all honesty, you are quite limited to what fireworks provides (and the occasional update) at least with your way you have more control.
Crab Lungs Posted 11 August, 2009 Author Posted 11 August, 2009 woah, guys.... just read this back... thanks for all your help! spot on....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now