On my blog: http://www.cogswappr.com
For some reason, some titles on some posts appear and some don't. If you put the mouse over where the title is, it will appear, but disappear as soon as you move the mouse away.
Any suggestions?
Thanks,
Craig
On my blog: http://www.cogswappr.com
For some reason, some titles on some posts appear and some don't. If you put the mouse over where the title is, it will appear, but disappear as soon as you move the mouse away.
Any suggestions?
Thanks,
Craig
Firefox 3.0 seems to fair better than IE7 - firefox shows the titles but IE having trouble from what I can tell. Try not importing your css file ino the header - do standard <link stylesheet= .../> etc.
If that dont work try changing your link colours temporarily to something else.
Try not importing your css file ino the header - do standard <link stylesheet= .../> etc.
I assume you are referring to this line in header.php:
<!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->
How should it look per your reccomendation?
the name of my stylesheet is style.css
Thanks,
Craig
This is the way you should do it with wordpress.
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
This is the way you should do it with wordpress.
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
That didn't work.. but it didn't make it any worse.
Craig
bump
It may just be the css color for the links. Which would explain why it would appear on hover and disappear when you move the mouse else where.
examples are...
a {color:#xxxxxx)
a:hover {color:xxxxxx
tons of css related stuff at w3schools.com
I figured it out. It was the share this plugin.
Now I just need to fix it so that the Share Thus plugin works and does not cause the title to disappear.
This topic has been closed to new replies.