Подскажите ,пожалуйста, в чем ошибка. Хочу сделать "Последние комментарии" выпадающим списком .
Вот код:
читать дальше#wrapper{min-width:805px!important;width:805px;float:right!important;padding:0 !important}
#side{width:130px !important;margin:0 !important}
#page-c{width:670px !important;padding:0 !important;padding:0 !important}
#page-t {margin:0 !important}
/фон/#extratop { background: url("secure.diary.space/userdir/4/7/6/7/476724/30108...") no-repeat; !important; width: 100%; height:150px; line-height: 100% !important; }
body { background:#000000 url("secure.diary.space/userdir/4/7/6/7/476724/30108...") no-repeat fixed;}
/ссылки/ #rssLink{display:none}
#YaSearch {display:none}
#communityCatalogueLink {display:none}
#randomDiaryLink {display:none}
#upInChart {display:none}
#authorQuot {display:none}
#authorStats {display:none}
#myStatLink {display:none}
#photolibLink {display:none}
#myStatLink{display:none}
#allDiaryLink{display:none}
#faqLink{display:none}
#topNav{display:none}
#diarySpiritLink{display:none}
#paySupportLink{display:none}
#iAmQuit{display:none}
#pchListLink{display:none}
#diarySupportLink{display:none}
#favListLink{display:none}
#menuNewDescussions{ text-decoration:blink; font-weight:bold; }
#myDiaryLink a+a{ text-decoration:blink; font-weight:bold; }
#menuNewUmails { text-decoration:blink; font-weight:bold; }
#thisDiaryLinks{display:none}
#albumLink{display:none}
#rssLink{display:none}
#pchListLink {display:none}
#headlineList{display:none}
/послед комментарии/#lastComments{height:13px; overflow:hidden; line-height:15px;}
#lastComments:hover{height:130px; overflow:visible;}
-
-
30.04.2008 в 10:49* html body{behavior:url("/files/csshover.htc");}
в самом начале кодов
-
-
30.04.2008 в 15:39Рёцке, может посмотрите в самом дневнике, доступ я открыла. Спасибо огромное заранее.
-
-
30.04.2008 в 15:48ну это всё от дурацкого способа коментирования кода
перепишите это
/послед комментарии/#lastComments{height:13px; overflow:hidden; line-height:15px;}
#lastComments:hover{height:130px; overflow:visible;}
как
{послед комментарии}
#lastComments{height:13px; overflow:hidden; line-height:15px;}
#lastComments:hover{height:130px; overflow:visible;}
и будет вам счастье
-
-
30.04.2008 в 15:57