Hmm a value of "center" in place of "absolute" certainly isn't recommended, and in fact isn't even a valid value. Your woes with the later then most likely has to do with a different issue altogether. Looking at your page's source, there are many problems. You're currently calling the initialization code 3 times on the page to render 3 menus, with all 3 menus referring to the same ID ("smoothmenu1"). Not only is this redundant, but problematic in that each menu's ID should be unique. Removing all the unnecessary code on your page, the new page should look something like this instead:
Code:
<!--$sitebuilder version="2.6" extra="Java(1.6.0_26)" md5="e0761d5086ceed1ef9e5efc0951c4975"$-->
<!--$templateKey undetermined$-->
<html>
<head>
<!--$begin exclude$--><title>guests</title><!--$end exclude$-->
<meta name="generator" content="Yahoo! SiteBuilder/2.6/1.6.0_26">
<!--$page size 3141, 750$-->
<!--$page margin 8, 8, 8, 8$-->
<!--$fontFamily Times New Roman$-->
<!--$fontSize 16$-->
<style type="text/css"><!--
BODY {font-family:"Times New Roman"; font-size:16;margin:0px;padding:0px;}
P {font-family:"Times New Roman"; font-size:16;}
FORM {margin:0;padding:0;}
--></style>
</head>
<body bgcolor="#FFFFFF" background="images/black_bg.jpg" text="#000000" link="#0000FF" vlink="#FF0000" topmargin="0" leftmargin="0">
<!--$begin exclude$-->
<div id="root" style="position:absolute;width:2269px;height:750px;">
<!--$end exclude$-->
<div id="e0" style="position:absolute;left:8;top:8;width:2253;height:734;"><!--$img %ImageAssetImpl:/images/bg33.jpg$--><img src="sitebuilder/images/bg33-2253x734.jpg" width="2253" height="734" alt=""></div> <div id="e1" style="position:absolute;left:513;top:109;width:252;height:303;"><div style="width:252px;height:303px;overflow:auto;"><!--$begin html$--><center><head>
<!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" lang="en" xml:lang="en">
<link rel="stylesheet" type="text/css" href="ddsmoothmenu.css" />
<link rel="stylesheet" type="text/css" href="ddsmoothmenu-v.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="ddsmoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "smoothmenu1", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
ddsmoothmenu.init({
mainmenuid: "smoothmenu2", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
ddsmoothmenu.init({
mainmenuid: "smoothmenu3", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
</head>
<body>
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="#">Dee-chan's Pictures and Videos</a>
<ul>
<li><a href="http://www.absentmindedinstructor.com/deechan2008pics.html">2008 pictures</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2009pics.html">2009 pictures</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2010pics.html">2010 pictures</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2011pics.html">2011 pictures</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2008vids.html">2008 videos</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2009vids.html">2009 videos</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2010vids.html">2010 videos</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechan2011vids.html">2011 videos</a></li>
</li>
</ul>
</div>
<div id="smoothmenu2" class="ddsmoothmenu">
<ul>
<li><a href="#">Music by Myself and Friends</a>
<ul>
<li><a href="http://www.absentmindedinstructor.com/shamisen.html">Shamisen</a></li>
<li><a href="http://www.absentmindedinstructor.com/labronx.html">La Bronx</a></li>
<li><a href="http://www.absentmindedinstructor.com/phineas.html">Phineas</a></li>
<li><a href="http://www.absentmindedinstructor.com/lullatone.html">Lullatone</a></li>
<li><a href="http://www.absentmindedinstructor.com/tomfallon.html">Tom Fallon</a></li>
<li><a href="http://www.absentmindedinstructor.com/mymom.html">My Mom</a></li>
<li><a href="http://www.absentmindedinstructor.com/deechansfirstsong.html">Dee-chan's First Song</a></li>
</li>
</ul>
</div>
<div id="smoothmenu3" class="ddsmoothmenu">
<ul>
<li><a href="#">Photography, Photoshop and Other Photos</a>
<ul>
<li><a href="http://www.absentmindedinstructor.com/architecture.html">architecture</a></li>
<li><a href="http://www.absentmindedinstructor.com/lightgraffiti.html">light graffiti</a></li>
<li><a href="http://www.absentmindedinstructor.com/glitch.html">glitch</a></li>
<li><a href="http://www.absentmindedinstructor.com/pinhole.html">pinhole</a></li>
<li><a href="http://www.absentmindedinstructor.com/nightphotography.html">night photography</a></li>
<li><a href="http://www.absentmindedinstructor.com/photoshop.html">photoshop</a></li>
<li><a href="http://www.absentmindedinstructor.com/homemade.html">homemade</a></li>
<li><a href="http://www.absentmindedinstructor.com/kokohaabunai.html">koko ha abunai</a></li>
<li><a href="http://www.absentmindedinstructor.com/otherstuff.html">otherstuff</a></li>
<li><a href="http://www.absentmindedinstructor.com/wedding.html">wedding</a></li>
<li><a href="http://www.absentmindedinstructor.com/gaidai.html">gaidai</a></li>
</li>
<li><a href="http://www.absentmindedinstructor.com/3d">3D</a></li>
</li>
</ul>
</div>
</body>
</center>
<!--$end html$--></div>
</div>
<div id="e6" style="position:absolute;left:963;top:130;width:629;height:484;"><!--$img %ImageAssetImpl:/images/camera_by_Joi.jpg$--><img src="sitebuilder/images/camera_by_Joi-629x484.jpg" width="629" height="484" alt=""></div><!--$begin exclude$-->
</div>
<!--$end exclude$-->
</body>
</html>
<!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://l.yimg.com/d/lib/smb/js/hosting/cp/js_source/whv2_001.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1312957431" alt="setstats" border="0" width="1" height="1"></noscript>
But even with that there still exists redundancies and potential problems. You shouldn't have to initialize 3 separate DD Smooth menus to achieve what you're trying to do on your page. Why not just create one menu with 3 drop down menus. If you looked at the 1st demo on the DD script page, it's just one menu bar, but with 3 drop down menus (or as many as you like). That's way more efficient and less prone to styling issues than when you have 3 main menu bars.
Bookmarks