whole kubrick header as link, messed up in IE
-
To do this I just moved the link in what was originally the title, and made it encompass the whole tag, like so
<div id="header"><a href="<?php echo get_settings('home'); ?>">
</font></div></h1>
<div id="headerimg">
<h1><div align="left"><font size="+9" color="white">
<div class=”description”><?php witty (); ?></div>
</div>
</div>It works perfectly in firefox, but in IE it is the most ridiculous looking link I've ever seen (well.. one of), in that it underlines the text when you put your cursor over the background picture and doesn't change the curser to a pointy hand..
so i made a new class for the witty text to be in, and styled it like so:
.wiseass a, .wiseass a:hover {
color: black
text-decoration: none;
} `
(in an effort to get rid of the hover underlinging) but it didn’t make a lick of difference.clearly I am not really sure what the heck I am doing, but if anyone can help that would be awesome.. and my template alterations will be successful and complete!
- The topic ‘whole kubrick header as link, messed up in IE’ is closed to new replies.