|
User Details |
message
|
|
Alistair Kent
post date:
2007-11-19 07:03:24
|
My menus are now working fine apart froma strange thing that is happening..
I have a vertical menu working at www.wisdomonwealth.co.uk, everything looks fine, but as soon as I click on one of the links a white image placement border appears behind the menu. It's like when you have an image on a site but won't load (with a red cross on the left hand side).
This is not too obvious because it sits behind the menu. But you can see it clearly if teh page delays in loading slightly, and you can actually see like a 1 pixel border appear all the way round the menu if you look closely.
Amy thoughts on how I can get rid of this gremlin anyone?
|
|
|
Alistair Kent
post date:
2007-11-20 03:44:13
|
|
Just realised that this actually only happens on the menu items that 'drop down'. The first and last items on teh navigation bar (Home and Contact) display fine when clicked because they have no drop down submenus.
|
|
|
Catalin Serban [Extend Studio]
post date:
2007-11-20 09:14:16
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
Hi,<br />
You found that you moved each page from the drop down menus in folders corresponding to the main menu items. This is not a bad thing but the problem is that if you move your website pages you should change the relative path to very menu related asset to match the corresponding assets from the Includes Folder.<br />
I found that spacer.gif? image tag doesnt point to the spacer.gif?. You should change the path from </p>
<pre><!-- Creative menu Menu3 begin -->
<div id="CMPH_Menu3"> <img src="<strong>includes/Creative Menus/spacer.gif</strong>" </pre>
<p>To </p>
<pre><!-- Creative menu Menu3 begin -->
<div id="CMPH_Menu3"> <img src="<strong>../includes/Creative Menus/spacer.gif</strong>" </pre>
You can solve this quickly if click Edit Menu + OK button for every menu.
<p>Kind Regards,<br />
Catalin Serban!
</body>
</html>
|
|
|
Alistair Kent
post date:
2007-11-20 09:25:44
|
|
Thankyou! Problem solved :)
|
|