hyper link problem

This is a discussion on "hyper link problem" within the Web Page Design section. This forum, and the thread "hyper link problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 19th, 2007, 09:34
New Member
Join Date: Apr 2007
Location: washington
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
hyper link problem

I am designing template on html and css style sheet of lotto site, I always facing one problem with background-image hyper link, I am using image as a css class and now want hyper link on that image but its not getting so will u guide me how can I do this.
Reply With Quote

  #2 (permalink)  
Old Apr 19th, 2007, 12:00
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: hyper link problem

You can't link a background. Put it in HTML as <img ...> and you will be able to link it then.
Reply With Quote
  #3 (permalink)  
Old Apr 19th, 2007, 15:40
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: hyper link problem

You can link a background well sorta. Something like this:

CSS:

Code: Select all
#fooLink {
width:200px;
height:200px;
background:url("foo.jpg") left top no-repeat;
}

#fooLink a {
width:200px;
height:200px;
display:block;
text-decoration:none;
}
HTML:

Code: Select all
<div id="fooLink">
<a href="">&nbsp;</a>
</div>
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
html

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with link style jayaramgussy Web Page Design 7 Jul 12th, 2007 12:25
Link list problem in IE clickedon Web Page Design 5 Aug 18th, 2006 15:31
Link problem in Firefox tkey Web Page Design 9 May 31st, 2006 20:43
Problem with IP link kaz Introduce Yourself 2 Feb 6th, 2006 22:37
How to disable a hyper link <A> alok356 Web Page Design 3 Nov 10th, 2005 04:11


All times are GMT. The time now is 17:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43