[UPHPU] Some CSS help?

Jake Spurlock whyisjake at gmail.com
Fri Nov 9 18:37:53 MST 2007


I have a Wordpress site where I removed the standard:

<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); [1]

and added a header image of my own choosing. I wanted to keep the
linking feature that the headed gives, so I just commented part of it
out, and added an img src=. This works well and great in Safari, but
Firefox and IE give it a nice little border.

It gets this characteristic from this part of the CSS:

a{border:none; color:#333;text-decoration:none;}
a:hover{color:#666;} [2]

I added the border:none; part but am still getting it.

Any ideas? I can take harsh criticism too, so if I am doing this way
wrong, let me know. ;)

Jake

[1] http://www.overdriveblog.com/wp-content/themes/grid_focus_public/header.php
[2] http://www.overdriveblog.com/wp-content/themes/grid_focus_public/style.css


More information about the UPHPU mailing list