Ik ben net begonnen met het leren van dreamweaver.
Nu ben ik bezig met het aanpassen van de spry.menubar.
Nu heb ik schijnbaar iets veranderd, waardoor de drop down menu's altijd zichtbaar zijn. ik heb al van alles geprobeerd, maar ik krijg het niet meer normaal.
weet iemand hoe ik dit weer op kan lossen?
Verder heb ik gezien dat de menubar's bij verder gevorderden met dreamweaver er heel anders uit zien dan de standaard bar. zo heb ik deze website die ook gebouwd is in dreamweaver, maar de menubar ziet er totaal anders uit: http://www.chantelly.com/indexNL.html weet iemand hoe ik dit ook zou kunnen doen? kan ik op de een of andere manier de hoeken van de website en menubar rond maken?
Hier staan mijn spry-assets: http://student.hro.nl/0807012/Help/SpryAssets
Hier staat mijn styleheet: http://student.hro.nl/0807012/Help/stylesheet.css
Dit is de code van mijn website:
<!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>
<link href="../../Documents/Unnamed Site 2/stylesheet.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" />
<style type="text/css">
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover {
color: #F6C;
}
a:active {
color: #F6F;
}
</style>
</head>
<body bgcolor=#F6C text="#000000" link="#000000" vlink="#FF66CC" alink="#FF66CC">
<div class="container">
<div class="header"><span style="text-align: center" href="#"></span><img src="../../Documents/Unnamed Site 2/header.png" alt="Insert Logo Here" name="Insert_logo" width="900" height="290" id="Insert_logo" style="background: #F6C; display:block;" />
<!-- end .header --></div>
<center>
<div class="container" >
<div align="center" >
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><strong><a href="#" style="background-color:#F6C">Homepage</a> </strong></li>
<li class="MenuBarHorizontal"><strong><a href="#" class="MenuBarItemSubmenu" style="background-color:#F6C">Cupcakes</a>
<ul>
<li><a href="#">Bakker</a></li>
<li><a href="#">Untitled Item</a></li>
</ul>
</strong> </li>
<li class="MenuBarItemSubmenu"><strong><a href="#" class="MenuBarItemSubmenu" style="background-color:#F6C">Recepten</a>
<ul>
<li><a href="#" class="MenuBarItemSubmenu">Aardbei</a>
<ul>
<li><a href="#">Untitled Item</a></li>
</ul>
</li>
<li><a href="#">Chocola</a></li>
<li><a href="#">Citroen</a></li>
<li><a href="#">Toppings</a></li>
</ul>
</strong> </li>
<li><strong><a href="mailto:jeff.caba@hotmail.com" style="background-color:#F6C">Contact </a></strong></li>
</ul>
</div>
</div>
</center>
<div class="content">
<h1 align="center">Welkom</h1>
<p align="center">To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pae of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
<!-- end .content --></div>
<div class="footer">
<a href="#"><img src="../../Documents/Unnamed Site 2/footer.png" alt="Footer" name="footer" width="900" height="290" id="footer" style="background: #F6C; display:block;" /></a>
<!-- end .footer --></div>
<!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
Alvast bedankt!:thumb:
Nu ben ik bezig met het aanpassen van de spry.menubar.
Nu heb ik schijnbaar iets veranderd, waardoor de drop down menu's altijd zichtbaar zijn. ik heb al van alles geprobeerd, maar ik krijg het niet meer normaal.
weet iemand hoe ik dit weer op kan lossen?
Verder heb ik gezien dat de menubar's bij verder gevorderden met dreamweaver er heel anders uit zien dan de standaard bar. zo heb ik deze website die ook gebouwd is in dreamweaver, maar de menubar ziet er totaal anders uit: http://www.chantelly.com/indexNL.html weet iemand hoe ik dit ook zou kunnen doen? kan ik op de een of andere manier de hoeken van de website en menubar rond maken?
Hier staan mijn spry-assets: http://student.hro.nl/0807012/Help/SpryAssets
Hier staat mijn styleheet: http://student.hro.nl/0807012/Help/stylesheet.css
Dit is de code van mijn website:
<!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>
<link href="../../Documents/Unnamed Site 2/stylesheet.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" />
<style type="text/css">
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover {
color: #F6C;
}
a:active {
color: #F6F;
}
</style>
</head>
<body bgcolor=#F6C text="#000000" link="#000000" vlink="#FF66CC" alink="#FF66CC">
<div class="container">
<div class="header"><span style="text-align: center" href="#"></span><img src="../../Documents/Unnamed Site 2/header.png" alt="Insert Logo Here" name="Insert_logo" width="900" height="290" id="Insert_logo" style="background: #F6C; display:block;" />
<!-- end .header --></div>
<center>
<div class="container" >
<div align="center" >
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><strong><a href="#" style="background-color:#F6C">Homepage</a> </strong></li>
<li class="MenuBarHorizontal"><strong><a href="#" class="MenuBarItemSubmenu" style="background-color:#F6C">Cupcakes</a>
<ul>
<li><a href="#">Bakker</a></li>
<li><a href="#">Untitled Item</a></li>
</ul>
</strong> </li>
<li class="MenuBarItemSubmenu"><strong><a href="#" class="MenuBarItemSubmenu" style="background-color:#F6C">Recepten</a>
<ul>
<li><a href="#" class="MenuBarItemSubmenu">Aardbei</a>
<ul>
<li><a href="#">Untitled Item</a></li>
</ul>
</li>
<li><a href="#">Chocola</a></li>
<li><a href="#">Citroen</a></li>
<li><a href="#">Toppings</a></li>
</ul>
</strong> </li>
<li><strong><a href="mailto:jeff.caba@hotmail.com" style="background-color:#F6C">Contact </a></strong></li>
</ul>
</div>
</div>
</center>
<div class="content">
<h1 align="center">Welkom</h1>
<p align="center">To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pae of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
<!-- end .content --></div>
<div class="footer">
<a href="#"><img src="../../Documents/Unnamed Site 2/footer.png" alt="Footer" name="footer" width="900" height="290" id="footer" style="background: #F6C; display:block;" /></a>
<!-- end .footer --></div>
<!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
Alvast bedankt!:thumb: