Background images needs a link

Hi all,

Just finished my clients website http://www.laurieellen.co.uk but there are a few things bugging me.

i was asked to include a splash page by my client :rolleyes: and i’ve been trying to get it so that you can click anywhere on the scrolling image to enter the website, instead of clicking only on the enter button or logo.

Because of the jquery i have used i have had to define the image as a background image in css. I previously had the enter page at a fixed height which allowed me to use a transparent image as a link. Now that the height is 100% i’m not sure how this can be done.

thanks, alsweet

haha that was way to easy, i feel dumb :eye:

thanks a lot rustybuddy

So you’re basically trying to make the whole page hot? This is pulled completely out of thin air, never tried it, probably never will, pretty sure it’s not valid but it might work…? height may need to be adjusted to an actual number?

<a href=“http://www.mylink.com” style=“position:absolute;width:100%;height:100%;top:0px;left:0px;”></a>