Link in CSS

Link in CSS

am 02.04.2008 11:13:27 von Rokli

Hello. I have a question. Maybe it's just not possible within CSS, but
I try it anyway.

I have a HTML website with a css. The logo is loaded from the css,
like this :
==========

#container-name {
float: left;
height: 80px;
width: 655px;
background-image: url(images/logoweb2008tel.jpg);
}

==========

But... i want to be able to click on the logo (logoweb2008tel.jpg) and
go to another page.
Not an external page but for example contact.html or so.

Is this possible within CSS or isn't ? Please let me know.


Kind regards,
Robert

Re: Link in CSS

am 02.04.2008 11:34:00 von Ronx

Not possible.
Background images cannot be clicked on.
HTML is used for clickable links, never CSS.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Rokli" wrote in message
news:5e26fc5c-1c42-4f6d-a24a-4c977862fa60@e6g2000prf.googleg roups.com:

> Hello. I have a question. Maybe it's just not possible within CSS, but
> I try it anyway.
>
> I have a HTML website with a css. The logo is loaded from the css,
> like this :
> ==========
>
> #container-name {
> float: left;
> height: 80px;
> width: 655px;
> background-image: url(images/logoweb2008tel.jpg);
> }
>
> ==========
>
> But... i want to be able to click on the logo (logoweb2008tel.jpg) and
> go to another page.
> Not an external page but for example contact.html or so.
>
> Is this possible within CSS or isn't ? Please let me know.
>
>
> Kind regards,
> Robert