Creative DW Menus Pack Forum


box Creative DW Menus Pack
Creative DW Menu Pack is a suite of Dreamweaver extensions that seamlessly blends the flexibility of DHTML and the Flash look and feel to create beautifully web site menus. The extension comes with over 30 built in skins that can be customized to suit the design (colors, fonts, size) and include a smart resize system that preserves round corners and the gradient fills when you change the menu size.

Find out more about Creative DW Menus Pack

Thread: Image placement border appearing!!??

title left
User Details
message
title right
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 :)