Jump to content
  • 0

Помогите дураку (:


aimmachine
 Share

Question

Прошу помощи у тех кто что понимает в css, у меня сайт есть, и я хочу сделать чтобы в меню при наводе курсора на ссылку, ёё фон менялся на желтый, скрипт есть:

<style type="text/css">
h4 {font: 18px geneva, sans-serif; margin: 0;
color: #000; background: #; }
a {text-decoration: none; }
div#navbar {width: 100px; }
div#navbar a {display:block; margin: 0; padding: 0.3em; }
div#navbar a:hover {background: #000000; color: #fffc00;}
div#navbar a:link {color: #fff;
background-color: transparent; }
div#navbar a:link:hover {color: #000000; background: #fffc00;}
div#navbar a:visited {color" #CCC;
background-color: transparent;}
div#navbar a:visited:hover {color: #fff;
background: #000:}
</style>

но проблема в том что я не могу понять, куда его вставить в основной шаблон css, чтобы он работал :)

/* General Style */
body {margin:0;padding:0;background:url(http://aimmachine.narod.ru/huihuihui.jpg) #000000;}
.dataBar {width:944px;height:38px;background:url('http://aimmachine.narod.ru/niz-1.jpg') no-repeat;font-size:7pt;}
#logoBar {width:944px;height:180px;background:url(http://aimmachine.narod.ru/head.gif) no-repeat;}
#contentBlock {width:944px;background:url('http://aimmachine.narod.ru/centr2.jpg') repeat-y;}
.column {width:200px;padding:1px 2px 1px 2px;}
.boxTable {width:200px;margin-bottom:1px;background:url('http://aimmachine.narod.ru/block4.jpg') repeat-y;}
.boxTitle {height:40px;background:url(http://aimmachine.narod.ru/zizi8.jpg) no-repeat;color:#E9E1D5;font-size:7pt;font-weight:bold;padding-left:60px;padding-bottom:5px; }
.boxContent {padding:7px;background:url('http://aimmachine.narod.ru/blok5.jpg') bottom no-repeat;}
#navBar {text-align:center;padding:2px 15px 3px 15px;font-size:7pt;background:url('http://aimmachine.narod.ru/8.gif') center no-repeat;}
h1.logo {font-size:26pt;font-weight:bold;color:#000000;}

a:link {text-decoration:none; color:#FFDB83;}
a:active {text-decoration:none; color:#FFDB83;}
a:visited {text-decoration:none; color:#FFDB83;}
a:hover {text-decoration:underline; color:#FFFFFF;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#D2CBC0;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#FFE0A2}
a.noun:active {text-decoration:none; color:#FFE0A2}
a.noun:visited {text-decoration:none; color:#FFE0A2}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#282318;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('http://src.ucoz.ru/t/882/9.gif') no-repeat 5px 2px;}

.menut0 {}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:underline; color:#CCCCCC}
a.menu1:active {text-decoration:underline; color:#CCCCCC}
a.menu1:visited {text-decoration:underline; color:#CCCCCC}
a.menu1:hover {text-decoration:none; color:#FFFFFF}
/* ————- */

/* Menus */
ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 17px; background: url('http://src.ucoz.ru/t/882/10.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* —-- */

/* Main Menu */
.m {font-weight:normal;}
a.m:link {text-decoration:none; color:#FFE0A2}
a.m:active {text-decoration:none; color:#FFE0A2}
a.m:visited {text-decoration:none; color:#FFE0A2}
a.m:hover {text-decoration:none; color:#FFFFFF}

.ma {font-weight:bold;}
a.ma:link {text-decoration:none; color:#FFFFFF}
a.ma:visited {text-decoration:none; color:#FFFFFF}
a.ma:hover {text-decoration:underline; color:#FFFFFF}
li.m {margin: 0; padding: 0 0 0 17px; background: url('http://src.ucoz.ru/t/882/10.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ——— */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 17px; background: url('http://src.ucoz.ru/t/882/10.gif') no-repeat 0px 2px;}
.catNumData {font-size:7pt;color:#5B5B5B;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#FFE0A2;}
a.catName:visited {text-decoration:none; color:#FFE0A2;}
a.catName:hover {text-decoration:none; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#FFE0A2;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#FFFFFF;}
a.catNameActive:hover {text-decoration:underline; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* —————-- */

/* Entries Style */
.eBlock {}
.eMessage {color:#D2CBC0;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#E9D0B3; padding: 3px 3px 3px 10px; background:#000000;border:1px solid #3D3D3D;}
.eTitle a:link {text-decoration:none; color:#FFDB83;}
.eTitle a:visited {text-decoration:none; color:#FFDB83;}
.eTitle a:hover {text-decoration:underline; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#FFDB83;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #98938B;color:#D2CBC0;}

.eDetails {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/882/11.gif') no-repeat 0px 0px;}
/* ————— */

/* Entry Manage Table */
.manTable {border:1px solid #98938B;background:#111111;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* —————— */

/* Comments Style */
.cAnswer {color:#D2CBC0;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#111111;border:1px solid #282318;}
.cBlock2 {background:#111111;border:1px solid #282318;}
/* ————-- */

/* Comments Form Style */
.commTable {border:1px solid #98938B;background:#111111;}
.commTd1 {color:#98938B;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#D2CBC0;background:#0B0B0B;border:1px solid #282318;}
.smiles {}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#D2CBC0;background:#0B0B0B;border:1px solid #282318;}
/* ——————- */

/* News/Blog Archive Menu */
.archLi {padding: 0 0 3px 10px; background: url('http://src.ucoz.ru/t/882/12.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFDB83;}
a.archLink:visited {text-decoration:underline; color:#FFDB83;}
a.archLink:hover {text-decoration:none; color:#FFFFFF;}
a.archLink:active {text-decoration:none; color:#FFDB83;}
/* ———————- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#E2B4B4;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/882/13.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ———————— */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#CCCCCC; background:#000000; width:18px;}
.calWdaySe {color:#FFFFFF; background:#000000; width:18px;}
.calWdaySu {color:#FFFFFF; background:#000000; width:18px; font-weight:bold;}
.calMday {color:#98938B;}
.calMdayA {color:#000000;background:#E3C481;font-weight:bold;}
.calMdayIs {color:#FFFFFF;background:#111111;font-weight:bold;}
.calMdayIsA {border:1px solid #FCA735;background:#111111;font-weight:bold;color:#FFFFFF;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#FFFFFF;}
/* ———————— */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#000000}
.textResults {background:#FFFFFF}
.textResultsTd {background:#700000}

.pollNow {background:#FFFFFF}
.pollNowTd {background:#700000}

.totalVotesTable {background:#FFFFFF}
.totalVotesTd {background:#700000}
/* ———- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupUser:link,a.groupUser:visited,a.groupUser:hover {color:#32E3EA;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#1814e2;}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#9719D2;}
/* —————- */

/* Other Styles */
.replaceTable {background:#111111;height:100px;width:300px;border:1px solid #282318;}
.replaceBody {background:url('http://src.ucoz.ru/t/882/2.gif') #000000;}

.legendTd {font-size:7pt;}
/* ———— */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#02d1fb;}
.gTableTop {padding:2px;background:url('http://cs-club.at.ua/karkas/fotum3.jpg') center no-repeat;height:38px;color:#FFFFFF;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:#252525;color:#D2CBC0;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#000000;}
.gTableBody1 {padding:2px;background:#000000;}
.gTableBottom {padding:2px;background:#000000;}
.gTableLeft {padding:2px;background:#111111;font-weight:bold;color:#D2CBC0}
.gTableRight {padding:2px;background:#000000;color:#666666;}
.gTableError {padding:2px;background:#000000;color:#FF0000;}
/* ———————— */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#0B0B0B}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#111111}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#CCCCCC;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ————- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#888888;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color:#CCCCCC;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#CCCCCC;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#FFFFFF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#CCCCCC;}
/* ——————-- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#CCCCCC;}
a.forumBarA:visited {text-decoration:none; color:#CCCCCC;}
a.forumBarA:hover {text-decoration:underline; color:#FFFFFF;}
a.forumBarA:active {text-decoration:underline; color:#CCCCCC;}
/* ——————-- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* —————————- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#862D2D;color:#FFFFFF;}
.fastNavCat {background:#F9E6E6;}
.fastNavCatA {background:#F9E6E6;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* ————————-- */

/* forum Page switches */
.pagesInfo {background:#000000;padding-right:10px;font-size:7pt;}
.switches {background:#2B2B2B;}
.switch {background:#111111;width:15px;font-size:7pt;}
.switchActive {background:#FCA735;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#CCCCCC;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#CCCCCC;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#CCCCCC;}
/* ——————- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#0B0B0B}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#111111}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#333333;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#000000;height:20px;font-weight:bold;font-size:7pt;color:#E9D0B3;padding-left:40px; }
.threadsDetails {padding:2px;background:#000000;height:20px;color:#D2CBC0;}
.forumOnlineBar {padding:2px;background:#252525;color:#D2CBC0;height:20px;font-size:10px;}

a.threadPinnedLink:link {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:visited {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:hover {text-decoration:underline; color:#FFFFFF;}
a.threadPinnedLink:active {text-decoration:underline; color:#CCCCCC;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:underline; color:#CCCCCC;}
a.threadLink:visited {text-decoration:underline; color:#CCCCCC;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:underline; color:#CCCCCC;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ——————- */

/* Posts View */
.postTable {background:#282318}
.postPoll {background:#0B0B0B;text-align:center;}
.postFirst {background:#0B0B0B;border-bottom:1px solid silver;}
.postRest1 {background:#0B0B0B;}
.postRest2 {background:#0B0B0B;}
.postSeparator {height:2px;background:#FCA735;}

.postTdTop {background:#252525;color:#D2CBC0;height:20px;font-size:10px;}
.postBottom {background:url('http://src.ucoz.ru/t/882/14.jpg');height:20px;font-weight:bold;color:#E9D0B3; }
.postUser {font-weight:bold;}
.postTdInfo {background:#0B0B0B;text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#D2CBC0;}
.posttdMessage {background:#000000;padding:5px;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;}
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#282318;font-size:9px;}
.quoteMessage {background:#282318;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#C44500;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ———- */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/882/15.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/882/15.gif') no-repeat 0px 4px;}
/* ———————-- */

/* Post Form */
.queryField, .loginField {background:#F8EFE3;color:#000000;border:1px solid #44361E;}

.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('http://src.ucoz.ru/t/882/16.gif') center #CFB683;color:#44361E;border:1px solid #44361E;}

.codeButtons {font-size:7pt;background:url('http://src.ucoz.ru/t/882/16.gif') center #CFB683;color:#44361E;border:1px solid #44361E;}
.codeCloseAll {font-size:7pt;background:url('http://src.ucoz.ru/t/882/16.gif') center #CFB683;color:#44361E;border:1px solid #44361E;font-weight:bold;}
.postNameFl,.postDescrFl {background:#111111;border:1px solid #282318;width:400px;color:#666666;}
.postPollFl,.postQuestionFl {background:#111111;border:1px solid #282318;width:400px;color:#666666;}
.postResultFl {background:#111111;border:1px solid #282318;width:50px;color:#666666;}
.postAnswerFl {background:#111111;border:1px solid #282318;width:300px;color:#666666;}
.postTextFl {background:#111111;border:1px solid #282318;width:550px;height:150px;color:#666666;}
.postUserFl {background:#111111;border:1px solid #282318;width:300px;color:#666666;}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ——— */

/* ====== forum End ====== */

если кто-то может мне помочь, заранее спасибо.

Edited by aimmachine
Link to comment
Share on other sites

21 answers to this question

Recommended Posts

  • 0

ну еслия правильно понял что тебе этот css надо вставить в основной, то просто в css документ подставляешь в любое место

<style type="text/css">
h4 {font: 18px geneva, sans-serif; margin: 0;
color: #000; background: #; }
a {text-decoration: none; }
div#navbar {width: 100px; }
div#navbar a {display:block; margin: 0; padding: 0.3em; }
div#navbar a:hover {background: #000000; color: #fffc00;}
div#navbar a:link {color: #fff;
background-color: transparent ; }
div#navbar a:link:hover {color: #000000; background: #fffc00;}
div#navbar a:visited {color" #CCC;
background-color: transparent ;}
div#navbar a:visited:hover {color: #fff;
background: #000:}

и присеняешь стиль в Html

Edited by woofs
Link to comment
Share on other sites

  • 0

вот html самой страницы:

<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/index.html"> <font color="#ffffff">Главная страница</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru"> <font color="#ffffff">Наш Форум</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://topmachine.itopsites.com/"> <font color="#ffffff">Топ сайтов</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/bannerobmen.html"> <font color="#ffffff">Обмен баннерами</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/linksmachine.html"> <font color="#ffffff">Обмен ссылками</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://www.narod.ru/guestbook/?owner=135530049"> <font color="#ffffff">Гостевая книга</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/friends.html"> <font color="#ffffff">Наши Партнеры</a></li><br>

<br>
<center><B>Мастерская</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=9"> <font color="#ffffff">Заказать баннер</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=10"> <font color="#ffffff">Заказать шапку</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=11"> <font color="#ffffff">Заказать юзербар</a></li><br>


<br>
<center><B>AIM</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/servers.html"> <font color="#ffffff">ДМ Сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aimservers.html"> <font color="#ffffff">AIM Сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aim.html"> <font color="#ffffff">AIM стрельба</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aim/maps.html"> <font color="#ffffff">AIM карты</a></li><br>

<br>
<center><B>Counter-strike</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/servera/srv.html"> <font color="#ffffff">Готовые сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/plagins/plagins.html"> <font color="#ffffff">Плагины</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/mods.html"> <font color="#ffffff">Моды</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/team_speak2.html"> <font color="#ffffff">Team Speak 2</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/Backgrounds.html"> <font color="#ffffff">Backgrounds</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/models.html"> <font color="#ffffff">Модели оружия</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/scins.html"> <font color="#ffffff">Модели игроков</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/demo.html"> <font color="#ffffff">Создание демок</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/bots.html"> <font color="#ffffff">Боты</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/sounds.html"> <font color="#ffffff">Звуки</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/scripts.html"> <font color="#ffffff">Скрипты</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/logos.html"> <font color="#ffffff">Logos</a></li><br>
<br>
<center><B>Остальные новости</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/news/hardware.html"> <font color="#ffffff">Железные новости</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/news/game.html"> <font color="#ffffff">Игровые новости</a></li><br>
<br>
<center><B>Team Fortress 2</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/main.html"> <font color="#ffffff">Общие сведения</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/players.html"> <font color="#ffffff">Персонажи</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/weapons.html"> <font color="#ffffff">Оружие</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/wallpaper.html"> <font color="#ffffff">Обои</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/maps.html"> <font color="#ffffff">Набор карт</a></li><br>

<div id="navbar">[/code

а подставлял сюда:

[code]
/* Main Menu */
.m {font-weight:normal;}
a.m:link {text-decoration:none; color:#FFE0A2}
a.m:active {text-decoration:none; color:#FFE0A2}
a.m:visited {text-decoration:none; color:#FFE0A2}
a.m:hover {text-decoration:none; color:#FFFFFF}
div#navbar {width: 100px; }
div#navbar a {display:block; margin: 0; padding: 0.3em; }
div#navbar a:hover {background: #000000; color: #fffc00;}
div#navbar a:link {color: #fff;
background-color: transparent; }
div#navbar a:link:hover {color: #000000; background: #fffc00;}
div#navbar a:visited {color" #CCC;
background-color: transparent;}
div#navbar a:visited:hover {color: #fff;
background: #000:}


.ma {font-weight:bold;}
a.ma:link {text-decoration:none; color:#FFFFFF}
a.ma:visited {text-decoration:none; color:#FFFFFF}
a.ma:hover {text-decoration:underline; color:#FFFFFF}
li.m {margin: 0; padding: 0 0 0 17px; background: url('http://src.ucoz.ru/t/882/10.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ——— */

Link to comment
Share on other sites

  • 0
вот html самой страницы:

<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/index.html"> <font color="#ffffff">Главная страница</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru"> <font color="#ffffff">Наш Форум</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://topmachine.itopsites.com/"> <font color="#ffffff">Топ сайтов</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/bannerobmen.html"> <font color="#ffffff">Обмен баннерами</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/linksmachine.html"> <font color="#ffffff">Обмен ссылками</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://www.narod.ru/guestbook/?owner=135530049"> <font color="#ffffff">Гостевая книга</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/friends.html"> <font color="#ffffff">Наши Партнеры</a></li><br>

<br>
<center><B>Мастерская</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=9"> <font color="#ffffff">Заказать баннер</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=10"> <font color="#ffffff">Заказать шапку</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.mybb.ru/viewtopic.php?id=11"> <font color="#ffffff">Заказать юзербар</a></li><br>


<br>
<center><B>AIM</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/servers.html"> <font color="#ffffff">ДМ Сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aimservers.html"> <font color="#ffffff">AIM Сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aim.html"> <font color="#ffffff">AIM стрельба</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/aim/maps.html"> <font color="#ffffff">AIM карты</a></li><br>

<br>
<center><B>Counter-strike</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/servera/srv.html"> <font color="#ffffff">Готовые сервера</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/plagins/plagins.html"> <font color="#ffffff">Плагины</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/mods.html"> <font color="#ffffff">Моды</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/team_speak2.html"> <font color="#ffffff">Team Speak 2</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/Backgrounds.html"> <font color="#ffffff">Backgrounds</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/models.html"> <font color="#ffffff">Модели оружия</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/scins.html"> <font color="#ffffff">Модели игроков</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/demo.html"> <font color="#ffffff">Создание демок</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/bots.html"> <font color="#ffffff">Боты</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/sounds.html"> <font color="#ffffff">Звуки</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/scripts.html"> <font color="#ffffff">Скрипты</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/logos.html"> <font color="#ffffff">Logos</a></li><br>
<br>
<center><B>Остальные новости</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/news/hardware.html"> <font color="#ffffff">Железные новости</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/news/game.html"> <font color="#ffffff">Игровые новости</a></li><br>
<br>
<center><B>Team Fortress 2</B></center>
<br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/main.html"> <font color="#ffffff">Общие сведения</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/players.html"> <font color="#ffffff">Персонажи</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/weapons.html"> <font color="#ffffff">Оружие</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/wallpaper.html"> <font color="#ffffff">Обои</a></li><br>
<img src="http://aimmachine.narod.ru/b.bmp"><a class="m" href="http://aimmachine.narod.ru/teamfortress2/maps.html"> <font color="#ffffff">Набор карт</a></li><br>

<div id="navbar">[/code

а подставлял сюда:

[code]
/* Main Menu */
.m {font-weight:normal;}
a.m:link {text-decoration:none; color:#FFE0A2}
a.m:active {text-decoration:none; color:#FFE0A2}
a.m:visited {text-decoration:none; color:#FFE0A2}
a.m:hover {text-decoration:none; color:#FFFFFF}
div#navbar {width: 100px; }
div#navbar a {display:block; margin: 0; padding: 0.3em; }
div#navbar a:hover {background: #000000; color: #fffc00;}
div#navbar a:link {color: #fff;
background-color: transparent; }
div#navbar a:link:hover {color: #000000; background: #fffc00;}
div#navbar a:visited {color" #CCC;
background-color: transparent;}
div#navbar a:visited:hover {color: #fff;
background: #000:}


.ma {font-weight:bold;}
a.ma:link {text-decoration:none; color:#FFFFFF}
a.ma:visited {text-decoration:none; color:#FFFFFF}
a.ma:hover {text-decoration:underline; color:#FFFFFF}
li.m {margin: 0; padding: 0 0 0 17px; background: url('http://src.ucoz.ru/t/882/10.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* ——— */

ты хочешь все ссылки менять на желтый фон, просто я пока не могу найти где этот стиль который ты хочешь поменять

Edited by woofs
Link to comment
Share on other sites

  • 0
да, я хотел на желтый фон менять все ссылки которые только в меню сайта

CSS понимаешь? или попробовать обьяснить что я написал?,

#nav{
width:200px;
border: 1px solid black;
background:#f6f6f6;}
#nav a {
display:block;
background:#666666;
color:#009999;
}
#nav a:hover {
width:200px;
display:block;
background: #FFFF00;
color: #FF0000;
}

<div id="nav">
<a href="#">#</a>
<a href="#">#</a>
<a href="#">#</a>
</div>

сделай такой док можешь посмотреть как выглядит

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Новый Документ</title>
<style type="text/css">
#nav{
width:200px;
border: 1px solid black;
background:#f6f6f6;}
#nav a {
display:block;
background:#666666;
color:#009999;
}
#nav a:hover {
width:200px;
display:block;
background: #FFFF00;
color: #FF0000;
}

</style>
</head>

<body>
<div id="nav">
<a href="#">#</a>
<a href="#">#</a>
<a href="#">#</a>
</div>
</body>
</html>

Link to comment
Share on other sites

  • 0

в основной css код, на котором все лежит

я сначала свой скрипт подставлял в тот, там они друг другу вроде противоречат, потому что в основном везде другие цвета и т.д заданны, и ничего не отображалось.

Link to comment
Share on other sites

  • 0

в css неважно в какое место ставишь, т.к. твой html обращается в css и ищет там данный стиль, а чтобы не конфликтовали, создавай уникальный блок и для него переопределяй стили, а те стили которые конфликтуют(старые) вообще гдето еще участие принимают может код почистить?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Новый Документ</title>
<style type="text/css">
#nav{ /*уникальный блок нав*/
width:200px;
border: 1px solid black;
background:#f6f6f6;}
#nav a { /*переопределение тегов а находящихся в блоке нав*/
display:block;
background:#666666;
color:#009999;
}
#nav a:hover { /*стили для ссылки в действии для контейнера нав*/
width:200px;
display:block;
background: #FFFF00;
color: #FF0000;
}

</style>
</head>

<body>
<div id="nav"> <!--контеёнер нав-->
<a href="#">#</a>
<a href="#">#</a>
<a href="#">#</a>
</div>
</body>
</html>

Edited by woofs
Link to comment
Share on other sites

  • 0

не, можно обойтись блоком с классом или id. а тот большой код выше это все меню?

понял, спасибо, или еще меню как фрейм сделать?

почитай еще про CSS и работу с ним на htmlbook.ru например Вот

Link to comment
Share on other sites

  • 0

можете еще пожалуйста объяснить что такое уникальный блок? или как сделать чтобы на странице 2 раза можно было стили задавать, т.е. меню сайта как отдельная страница, просто т.к. у меня сайт на narod.ru, когда я делаю меню в фрейме, он загружает новую страницу в который реклама яндекса закрывает четверть, поэтому у меня вопрос что можно сделать вместо фреймов чтобы не загружалась новая страница?

Link to comment
Share on other sites

  • 0

на narod.ru, боюсь, что ничего больше не заработает...

если отказаться от фреймов, то меню можно сделать на JavaScript и просто выводить на каждой странице функцией

ну или подгонять фрейм под рекламу

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy