Hi!
I’m using the poxipoint menu plugin and have problems with geting the menu to have the dropdown function. I’m using the sharpfolio theme.. and haven’t started to change anything in the css yet. want to get the menu working first.
here is the css http://www.jonnaellenlinnea.se/wp-content/themes/Sharpfolio/style.css%5B/url:3fmiev16%5D
The link to the page that I’m working on is http://www.jonnaellenlinnea.se[/url:3fmiev16%5D
This is a part of the code in the header
[code:3fmiev16]<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">
<div id="header" class="clear" role="banner">
<div style="height:40px;"></div>
<h1><a href="<?php bloginfo(‘home’); ?>"><?php bloginfo(‘name’); ?></a></h1>
<div style="height:20px;"></div>
<div style="font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#666; text-align:right; margin-left:10px;"><?php bloginfo(‘description’); ?></div>
<div style="height:40px;"></div>
<ul id="navigation">
<?php
if (function_exists(‘pixopoint_menu’)) {
pixopoint_menu();
}
else {
wp_list_pages(‘title_li=&depth=1’);
}
?>
</ul>
</div>[/code:3fmiev16]
Thanx!