navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

HELP! Spry menu Bar issue-Dreamweaver CS3

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Dreamweaver Help >> HELP! Spry menu Bar issue-Dreamweaver CS3
Page: [1]
 
blueturtle

 

Posts: 1
Joined: 8/29/2008
Status: offline

 
HELP! Spry menu Bar issue-Dreamweaver CS3 - 8/29/2008 21:42:01   
I'm new to Dreamweaver and I've just created a page using the spry horizontal menu bar. When I view it in Safari (the only browser I have right now) the sub menus work fine and the menu looks great, but the rest of the page below it gets offset to the left (see posted image). It seems to be offsetting the tables below it. I'm sure it's easily something I did, but can anyone help? Here is the code:

<!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>Blue Turtle Graphics</title>
<link href="blue_turtle.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="91"><img src="images/Turtle-Header.jpg" width="780" height="91" /></td>
</tr>
</table>
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="#" class="MenuBarHorizontal">Home</a> </li>
<li><a href="#" class="MenuBarHorizontal">About</a></li>
<li><a class="MenuBarItemSubmenu" href="#">Portfolio</a>
<ul>
<li><a href="#">Logo/Identity</a> </li>
<li><a href="#">Brochures</a></li>
<li><a href="#">Direct Mail/Eblasts</a></li>
<li><a href="#">Advertising</a></li>
</ul>
</li>
<li><a href="#">Services</a></li>
<li><a href="#">Contacts/Links</a></li>
</ul>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="473" height="226" rowspan="2" align="center" valign="bottom"><img src="images/btg-logo.jpg" width="370" height="155" /></td>
<td width="153" height="113" align="center" valign="middle"><img src="images/allstyle-logo.jpg" width="153" height="113" /></td>
<td width="154"><img src="images/actionknob.jpg" width="153" height="113" /></td>
</tr>
<tr>
<td height="113"><img src="images/carpediem.jpg" width="153" height="113" /></td>
<td align="center" valign="middle"><img src="images/ITYS-logo.jpg" width="153" height="113" /></td>
</tr>
<tr>
<td height="215" valign="top" bgcolor="#ccffff"><p><span class="bold">Welcome!</span> Blue Turtle Graphics provides full-service graphic design solutions for businesses of any size. We take pride in delivering professional quality design services at affordable prices. Our expertise includes logo design, corporate identity packages, brochure design, print advertising, direct mail and more.<br />
We provide agency quality work without the agency prices.</p>
</td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" bgcolor="0099cc"> </td>
</tr>
</table>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>






Thumbnail Image
:)

Attachment (1)
Giomanach

 

Posts: 6129
Joined: 11/19/2003
From: England
Status: offline

 
RE: HELP! Spry menu Bar issue-Dreamweaver CS3 - 9/8/2008 7:20:00   
quote:

</ul>
<table width="780" border="0" cellspacing="0" cellpadding="0">

Try adding a <br /> between those two, it seems to be putting them on the same line.

_____________________________




(in reply to blueturtle)
Page:   [1]

All Forums >> Web Development >> Dreamweaver Help >> HELP! Spry menu Bar issue-Dreamweaver CS3
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts