Style Blog-title in IE
-
Hi,
i am making an own theme. I want to style my blog-title. In GC and FF is it working perfect. But i can’t get it styeld in IE. What do i do wrong.
This is the code:
<h1 id="blog-title"><a href="<?php bloginfo('home') ?>/" title="<?php echo wp_specialchars( get_bloginfo('name'), 1 ) ?>" rel="home"><?php bloginfo('name') ?></a></h1>
This is the css:
#blog-title, #blog-title A { padding: 25px 0px 0px 5px; text-transform: uppercase; font-family: Calibri, Verdana; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 27pt; }
It’s so weird.
I hope someone knows the solution
With regards,
Bas
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Style Blog-title in IE’ is closed to new replies.