![]() |
CSS Help - easy shit that I am too dumb to figure out
#middle h1 {
width: 206px; height: 125px; padding: 0px; margin: 0px; background: #A3CC52 url(images/header-linkblog.gif) no-repeat center center; text-indent: -10000px; color: #FFF; how can I make that image linked to a url? |
anyone? bueller? bueller?
|
Put the href tag around it.
|
make the image linked?
You can't, but you could make that h1 have an "onclick" handler. <h1 onclick="location.href='http://www.yahoo.com'"> Stuff </h1> This will make the entire h1 area clickable (the entire background image in a sense). |
My answer seems too simple, so I won't post it. But a bump for you.
|
<a href="url_here">IMAGE_URL_HERE</a>
|
dude...um...you all...this is in style.css
LOL you all are giving me html |
Header Logo Link I am guessing?
<div class="your class here" onclick="location.href='<?php echo get_settings('home'); ?>';"></div> That does it for me. Modify it for your needs. Mess with that a bit, in your template not css. |
Quote:
|
Quote:
|
Quote:
oops too late. Didn't see yours but yeah that's how you do it. |
Quote:
thanks man! |
Quote:
it works now though, thanks |
Quote:
Yes, tonight, I am "that guy" haha :thumbsup |
Quote:
kiss kiss hug hug baby |
Quote:
|
All times are GMT -7. The time now is 12:25 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123