Ummm there is no such thing as URL:link as far as I know of

As mentioned if you want a link use <a> within the division and format it using 
CSS.

Going the way you are going is also an accessibility issue. 

Think semantic mark up those elements are there for a reason

"Martin" <[email protected]> wrote:

>I don't know much abt css3 yet but with css2 you cannot add any links. You
>have to create an <a>-tag within the div...
>
>On 17 Feb 2010 23:15, "Don84" <[email protected]> wrote:
>
>Hi,
>
>I have a div with id of "logo" and
>the CSS has the following content among others,
>
>#logo
>{
>       background: url(images/KN_03.jpg) no-repeat;
>       width: 205px;
>       height: 87px;
>       float: left;
>       // I added the following attribute to make the logo a link to
>index.html file
>       // however, it is not working, how to make the link?
>       // url: index.html;
>}
>
>And I'd like to make the logo a link to an HTML file, how?
>
>Thanks.
>
>--
>--
>You received this because you are subscribed to the "Design the Web with
>CSS" at Google groups.
>To post: [email protected]
>To unsubscribe: [email protected]
>
>-- 
>--
>You received this because you are subscribed to the "Design the Web with CSS" 
>at Google groups.
>To post: [email protected]
>To unsubscribe: [email protected]
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to