This is a discussion on "CSS Background Image as a Link?" within the Web Page Design section. This forum, and the thread "CSS Background Image as a Link? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Background Image as a Link?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I'm just getting into W3C validation; so as you can imaging, I'm really digging the stronger reliance on CSS markup. But does anyone know if it's possible to have a background image as a link?
I don't mean setting the background link and then having a transparent .gif over it to activate the hit. I'm talking the actual background image is the link. You're thoughts... |
|
|
|
||||
|
Re: CSS Background Image as a Link?
"background image" is just a property of an element.
You can turn any element into a link, therefore you can have a link with any background you like. It all depends on the effect/design you're trying to achieve - it's just a matter of combining html with css...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
||||
|
Re: CSS Background Image as a Link?
You can just give a link a block display and a width and height..
eg
Wouldn't it be better to just wrap and image tag with <a></a> though?
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
||||
|
Re: CSS Background Image as a Link?
I'd agree with Rakuli. Plus if someone has images turned off, they'll still be able to see the alt text of your <img>.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fix background image in IE6 | tenderfoot | Web Page Design | 1 | Jan 30th, 2008 11:02 |
| background image not big enough | mykl | Web Page Design | 7 | Oct 11th, 2007 19:08 |
| Can you Link areas of a background image | Lchad | Web Page Design | 17 | Nov 23rd, 2006 02:06 |
| Background image overlaping footer image at bottom of div | lw_d | Web Page Design | 4 | Mar 21st, 2006 00:27 |
| Background Image | jwalker80 | Web Page Design | 2 | Dec 22nd, 2005 14:52 |