For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
I have problem with my css menu... It doesen't stay at line and when you push it css style disappear and text change to bold and font size increases.
Here is my menu's css style it's not my code its just for testing i have taken it from tutorialized.com but it does happen with every menus I put.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<__html>
<head>
<title> sivut </title>
<base href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/stylesheet.php?templateid=22&mediatype=screen" />
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/stylesheet.php?templateid=22&mediatype=all" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category=&cntnt01number=20&cntnt01returnid=15" /></head>
</__body>
<table border="0" cellspacing="0" align="center" >
<tr>
<td id="yla">
<div id="navigointi">
<ul>
<li class="currentpage"><h3><dfn>Current page is 1: </dfn>Home</h3>
</li>
<li><a href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/index.php?page=ddddddddddd"><dfn>2: </dfn>ddddddddddd</a>
</li>
<li><a href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/index.php?page=dddddeee"><dfn>3: </dfn>dddddeee</a>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td id="keski" cellspacing="0" >
<table id="box">
<tr>
<td>
<table id="sivuyla" >
<tr>
<td valign="top" >
<div id="boxyla">
<p>Congratulations! You now have a fully functional installation of CMS Made Simple and you are <em>almost</em> ready to start building your site. First thing though, you should click <a href="install/upgrade.php" title="Check if your CMSMS system needs upgrading">here</a> to check if your site requires a database upgrade. After you have confirmed you are up to date, then we can get cracking on the site development! </p>
<p>These default pages are devoted to showing you the basics of how to get your site up with CMS Made Simple. </p>
<p>To get to the Administration Panel you have to login as the administrator (with the username/password you mentioned during the installation process) on your site at http://yourwebsite.com/cmsmspath/admin. </p>
<p>If you are right now on your own default install, you can probably just click <a title="CMSMS Demo Admin Panel" href="admin/">this link</a>. </p>
<h3>Learning CMS Made Simple </h3>
<p>On these example pages many of the features of the default installation of CMS Made Simple are described and demonstrated. You can learn about how to use different kinds of menus, templates, stylesheets and extensions. </p>
<p>Read about how to use CMS Made Simple in the <a class="external" href="http://wiki.cmsmadesimple.org/" title="CMS Made Simple Documentation" target="_blank" >documentation<span>(external link)</span></a>. In case you need any help the community is always at your service, in the
<a class="external" href="http://forum.cmsmadesimple.org" title="CMS Made Simple Forum" target="_blank" >forum<span>(external link)</span></a> or the <a class="external" href="http://www.cmsmadesimple.org/IRC.shtml" title="Information about the CMS Made Simple IRC channel" target="_blank" >IRC<span>(external link)</span></a>. </p>
<h3>License </h3>
<p>CMS Made Simple is released under the <a class="external" href="http://www.gnu.org/licenses/licenses.html#GPL" title="General Public License" target="_blank" >GPL<span>(external link)</span></a> license </p>
</div>
</td>
</tr>
<tr>
<td id="boxyla3" valign="top" >
<img src="uploads/images/kuva.jpg" width="500" height="200" />
</td>
</tr>
</table>
</td>
<td id="box2" valign="top">
<table cellspacing="0" id="sivusijoitus">
<tr>
<td id="sivu">
</td>
</tr>
<tr>
<td id="jatke">
<!-- Displaying News Module -->
<!-- News Categories: '' -->
<!-- Start News Display Template -->
<div class="NewsSummary">
<div class="NewsSummaryPostdate">
06/26/08
</div>
<div class="NewsSummaryLink">
<a href="http://localhost/sivupalvelu/madesimple/cmsmadesimple-1.3.1/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=1&cntnt01returnid=15">News Module Installed</a>
</div>
<div class="NewsSummaryCategory">
Category: General
</div>
<div class="NewsSummaryAuthor">
Posted by: admin
</div>
<div class="NewsSummaryContent">
The news module was installed. Exciting. This news article is not using the Summary field and therefore there is no link to read more. But you can click on the news heading to read only this article.
</div>
</div>
<!-- End News Display Template -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="ala">
</td>
</tr>
</table>
<__body>
</__html>
<!-- 0.188517 / 14 -->
So you can make a new menu template and take the current page h3 out of it or use CSS to style the #navigointi h3 the same as the a, allowing for some variance seeing as it's an h3, if you look at the default install CSS for Left simple navigation + 1 column you will see calls for this...