Suche im Forum:
Suchen


Autor Nachricht
Beitrag07.03.2013 um 09:12 (UTC)    
Titel: Schriftgröße Navi

Hallo Freunde,
ich hab das folgende Probleme:

Ich kann die Schriftgröße der Navigationpunkte nicht vergrößern !

hier ist mein code den ich bei Text über dem Design hab, bitte um hilfe, ich komm einfach nicht darauf was der Fehler ist;




<head>
<title>Mein Verein</title>
<script type="text/javascript" src="http://static.fussball.de/fbdeAPI/js/fbdeAPIFunctions.js?schluessel=C87B7B6A10F963884374041492EEBE7686B153F7"></script>
</head>

<style type="text/css" media="screen">
<!--
/* Allgemeine Einstellungen (Schriftart, Schriftgröße...) */
body {
font-family: Verdana, sans-serif;
font-size: 20px!important;
overflow: auto;
margin: 0px; }

/* keine Auflistungspunkte vor Navi-Links */
ul, li {
list-style-type: none;
padding: 0px;
margin: 0px; }

/* Abstand zwischen Schrift zum Rand */
li a {
padding-left: 1px;
padding-right: 1px;
padding-top: 0px; }

/* Coolmenü positionieren, Werte bei "top" , "left" und "width" anpassen */
div.menu {
position: absolute;
z-index: 3;
top: 200px;
left: 38%;
right: 33%;
margin-left:0px;
width:380px; }

/* Breite der Menüpunkte einstellen */
.menu li {
width: 90px;
float: left; }

/* Aussehen der Menüpunkte einstellen */
.menu a {
border: 0px solid #000000;
background-color: #FFFFFF;
background-image: url (URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 18px;
color: #000000; }

/* Aussehen der Menüpunkte beim Hover Effekt */
.menu a:hover {
background-color: #xxxxxx;
background-image: url(URL);
color: #0000FF; }

#smenu1, #smenu2, #smenu3, {
font-size: 15px;
display: none;
width: 20px;
float: left; }

#smenu1 a, #smenu2 a, #smenu3 a, , {
font-weight: bold;
padding-top: 5px;
border-top: 1px;
cursor: pointer;
color: #FFFFFF; }
//-->
</style>

<!-- Anfang des Scriptes -->
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<!-- Ende des Scriptes -->

<div class="menu">

<li><a
href="http://www.fc-huchting.de/Herren.htm"
><big>Herren</big></a></li>

<li><a
href="http://www.fc-huchting.de/1-.--Damen.htm"
><big>Damen</big></a></li>

<li><a
href="http://www.fc-huchting.de/Junioren.htm"
><big>Junioren</big></a></li>

<li><a
href="http://www.fc-huchting.de/Juniorinnen.htm"
><big>Juniorinnen</big></a></li>


</ul>
</li>
</div>


<style type="text/css">
a:hover {
color: #0000FF;
}
</style>



<style type="text/css">
<!--

td.edit_content_headline3{
display:none;}

-->
</style>

<style type="text/css">
<!--
td.edit_headline{
display:none;}
-->
</style>



<div align="center"><table border="0" width="70%"><tr><td>



<style type="text/css">
<!--
td.edit_headline_nav{background-image: url(http://img.webme.com/pic/f/fc-huchting/hintergrund.jpg);background-color: #C9C9C9;}





td.cont_bar_middle{background-image: url(http://img.webme.com/pic/f/fc-huchting/cont_bar_middle2011xx.png); height: 55px; }

td.edit_nav_headline{background-image: url(http://img.webme.com/pic/f/fc-huchting/linker_head2011ll.jpg);background-color: #000000;}


td.edit_content_headline{background-image: url(http://img.webme.com/pic/f/fc-huchting/mitte_header.png);background-color: #000000;}


td.cont_bar_left{
display:none;}


td.cont_bar_right{background-image: url();background-color: #000000;}

td.edit_page_bg{background-image: url();background-color: #B1B1B1;}


td.edit_rechts_headline{background-image: url(http://img.webme.com/pic/f/fc-huchting/mitte_header.png);background-color: #000000;}


td.edit_right_box{background-image: url(http://img.webme.com/pic/f/fc-huchting/hintergrund.jpg);background-color: #C9C9C9;);background-color: #B1B1B1;}

td.edit_right_box2{background-image: url(http://img.webme.com/pic/f/fc-huchting/h_r_b.png);background-color: #FFFFFF;}





td.edit_nav_main_charakter{color: #000000;}
-->
</style>






<style type="text/css">
<!--
/*Schrift der rechten Box*/
td.headline6{color: #000000;font-size:12px;}
td.headline2{color: #000000;font-size:12px;}
td.headline4{color: #000000;font-size:12px;}
td.headline7{color: #000000;font-size:12px;}
td.headline8{color: #000000;font-size:12px;}
td.edit_header{height: 205px; }


-->
</style>

<style type="text/css">
<!--
td.edit_right_box2{
background-image: #000000;}
-->
</style>

<style type="text/css">
<!--
body {
background-size: 100% 100%;
background-attachment:fixed;
}-->
</style>
<style type="text/css">
<!--
td.cont{background-image: url(http://img.webme.com/pic/f/fc-huchting/h_r_b.png);background-color: #FFFFFF;}
-->
</style>




<style type="text/css">
<!--
.transparenz1a {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
opacity: .8;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
filter: alpha(opacity=100); } /*IE7 und kleiner*/

.transparenz1a:hover {
opacity: 1.0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=250)";
filter: alpha(opacity=250); }
-->
</style>

<style type="text/css">
<!--
td.edit_nav_main_charakter {
font-size:18px;
color:#000000;
font-family:arial;}

-->
</style>
Beitrag07.03.2013 um 09:30 (UTC)    
Titel:

falls du die linke navi meinst, dann versuch es mal hiermit:

Code:
<style type="text/css">
<!--
a{font-family: arial; color:#000000; text-decoration: none; font-size:14px}
a:visited{font-family: arial; color:#000000; text-decoration: none; font-size:14px}
a:hover{font-family: arial; color:#800000; text-decoration: none; font-size:14px}
-->
</style>


bei der oberen navi ist das die stelle:

Zitat:
#smenu1, #smenu2, #smenu3, {
font-size: 15px;
display: none;
width: 20px;
float: left; }


Zuletzt bearbeitet von 6p-iceblue am 07.03.2013, 10:38, insgesamt einmal bearbeitet
Beitrag10.03.2013 um 11:25 (UTC)    
Titel: erledigt

super danke
hat geklappt.
Beitrag11.03.2013 um 06:35 (UTC)    
Titel:

gern geschehen, danke für die rückmeldung.

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell

Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de