Suche im Forum:
Suchen


Autor Nachricht
Beitrag31.05.2009 um 08:37 (UTC)    
Titel: Problem bei Navigation oben

Bei meinem Design, wenn das im Verkleinerten Fenster ist, Ist die navigation zuweit rechts, wenn das Fenster groß ist, ist es Normal. (in der mitte)
Beitrag31.05.2009 um 08:47 (UTC)    
Titel:

hi,

du hast das Coolmenü mittig zentriert, den Content aber nicht.

Gucke mal hier:

HTML: Gesamtes Homepage Design zentriert anzeigen
http://www.homepage-baukasten.de/forum/viewtopic.php?t=25058

Gruß,
Max
______________
http://blog.mamuehi.de
Beitrag31.05.2009 um 09:05 (UTC)    
Titel:

Nicht's passiert..

Mein Code

Code:

<style type="text/css" media="screen">

<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 150px;
left: 50%;
margin-left:-350px;
width:880px;
}

.menu li
{
width: 160px;
float: left;
}

.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: 20px;
display: block;
height: 20px;
color: #000000;
}

.menu a:hover
{
background-color: #FFFFFF;
background-image: url(URL);
}

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

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 6px;
border-top: 0px;
cursor: pointer;
color: #000000;
}
//--></style><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>
<div class="menu">
<li><a href="http://habbofuture/Home.htm"><font face="Verdana">Home</font></a></li>
<li><font face="Verdana"><a onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" href="http://habbofuture.de/Community.htm">Community</a></font></li>
<li><font face="Verdana"><a onmouseout="cache('smenu3');" onmouseover="montre('smenu3');" href="http://habbofuture.de/Anderes.htm">Anderes</a></font></li>
</div>
Beitrag31.05.2009 um 09:14 (UTC)    
Titel:

Code:
margin-left:-350px;


hast Du schon versucht hier die Einstellung so zu machen, dass es genau passt?

Liebe Grüße.
______________



www.gidf.de

Ice Blue&CSS-Design
Beitrag31.05.2009 um 14:09 (UTC)    
Titel:

Jaa..

Aber funktioniert nicht.
Beiträge der letzten Zeit anzeigen:   


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