Искам да си променя меюто но не мога

PHP_Masters

Registered
Искам да сложа на мястото на моето меню друго но не мога искам да сложа това меню

http://wt-tutorials.hit.bg/menu/

от този урок

http://web-tourist.net/login/login/view.php?st=1997

как да го направя?
 
Какво неможеш ? просто променяш css и html кода .. и картинките .. едитваш пак css кода за да си го наместиш каде да седи менюто и това е .. :D
 
justspy каза:
Какво неможеш ? просто променяш css и html кода .. и картинките .. едитваш пак css кода за да си го наместиш каде да седи менюто и това е .. :D

ама като сложа моя код целия дизай пропада всичко се размества на долни редове или ако имате желание да сместите кода от урока с моя ето ви моя цсс

body {
background: #f3f3f3;
}

#all {
width: 975px;
}

#header {
background:url('images/header.gif');
width: 975px;
height: 115px;
}

#menu {
background:transparent url(kartinki/back.gif) repeat-x scroll 0 0;
height:32px;
margin-left:3px;
padding-top:10px;
text-align:left;
width:912px;
}

#menu a {
color: #737175;
text-decoration: none;
padding-right: 15px;
padding-left: 15px;
}

#menu a:hover {
background:transparent url(kartinki/hover.gif) repeat-x scroll 0 0;
text-decoration: none;
padding-right: 15px;+
width: 105px;
}

#leftbar {
background:url('images/leftbar.gif');
width: 193px;
height: 601px;
float: left;
text-align: left;
padding-left: 35px;
}

#rightbar {
background:url('images/rightbar.gif');
width: 727px;
height: 601px;
float: left;
text-align: left;
padding-left: 5px;
}

a {
color: #737171;
text-decoration: none;
}

a:hover {
color: #5d5b5b;
text-decoration: none;
}

.profile {
background: #fafafa;
}

.catLeft {
background: #fcffcf;
}

.catRight {
background: #fcffcf;
}

#footer {
text-align: center;
}

.sttext {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#FF7400;
font-weight: bold;
}

.lichni {
border: 1px solid black;
padding: 3px;
}

.str {
background-color: #ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#FF7400;
font-weight: bold;
padding: 5px;
border: #dbdbdb 1px solid;
}

.str:hover {
background-color: #ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#FF7400;
font-weight: bold;
padding: 5px;
border: #ffb373 1px solid;
text-decoration: none;
}

.str3 {
background-color: #ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
border: #ff3300 1px solid;
}

.str3:hover {
background-color: #ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#FF0000;
font-weight: bold;
padding: 5px;
border: #ff9900 1px solid;
text-decoration: none;
}


.uuuuuser {
border: 1px #dbdbdb solid;
background-color: #feffc6;
padding: 5px;
color: #757575;
}

</style>
 

Back
Горе