Calendar/Links Disappearing – Issue with CSS or WP or ME?
-
Hi everybody,
I’m relatively new to WP and in the past, I haven’t done much work with CSS. I have a really weird problem that I’ve never seen before, and I suspect it has something to do with the structure of my CSS file, but really, I don’t know. On https://www.middleeastfacts.com/weblog/, if you hover over any of the links in the top menu, a white block appears over part of the calendar and links on the right. The weirdest part is that two of the menu items don’t result in a white block appearing – Weblog and Mailing List. None of the other links on the page seem to result in the box appearing. I would think there was something wrong with my code, except that those two menu items don’t cause problems, so I suspect it’s a css problem that I probably can’t diagnose myself. The code for the menu is:
<tr>
<td width="100%" height="20px" bgcolor="#0B5C98"><font size="2">
<a href="https://www.middleeastfacts.com/content/koran.php">What the Koran Says</a>
<a href="https://www.middleeastfacts.com/content/links.php">Links</a>
<a href="https://www.middleeastfacts.com/weblog">Weblog</a>
Guestbook:
<a href="https://www.middleeastfacts.com/Guestlog/guestlog3.htm">Old</a> /
<a href="https://www.middleeastfacts.com/guestbook">New</a>
<a href="https://www.middleeastfacts.com/content/feedback.php">Feedback</a>
<a href="https://www.middleeastfacts.com/mailer/lists/index.php">Mailing List</a></font>
</td>
</tr>
There are no structural differences between the menu item links, so I’m really confused why some trip an error and others don’t.
Any help that you guys can give me is appreciated. I’d like to go live with the new blog, but I can’t really unless I get this problem fixed.
Thanks very much!!!
Steve
- The topic ‘Calendar/Links Disappearing – Issue with CSS or WP or ME?’ is closed to new replies.