Через силу пытаюсь принять новое меню в поле для введения текста. Удобно, конечно, но возникли проблемы с шириной этого самого поля.
Раньше у меня была выставлена ширина так, чтобы главное меню не сползало вниз, однако сейчас, как я поняла этот тег, .formcontainer, уже не действителен. Что делать? Какой тег теперь использовать?
Вот мой код
body {padding: 10px; margin: 0; cursor: default;}
body.left{padding-right:10px !important;}
#body .bordered {border: dotted;}
.left #wrapper{width:650px;margin: 0 0 0 -532px !important;padding:0 !important;position:relative;left:50%;//left:49.5%;}
.left #side{width:150px !important;margin:0 !important;}
.left #page-c{width:470px !important;padding:0 !important;}
a:hover{cursor: hand; text-decoration:none; color:#EAD1C6;}
A{COLOR: #A7153A; TEXT-DECORATION: none; cursor: hand;}
A:link{color:#A7153A; text-decoration:none;}
.addToQuote {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.umail {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.email {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.diary {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.profile {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.subscribe {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
.comments {background: url("secure.diary.space/userdir/1/3/1/7/131777/21495...") 2px 3px no-repeat; padding:0 0 0 20px !important; display:block; height:18px; }
#side{font-family: "Verdana"; FONT-SIZE: 7pt; color: #717374;}
#side .bordered {-moz-opacity:.45 !important;opacity:.45 !important; filter:alpha(opacity=45); }
.offtop {font-family: "Verdana"; FONT-SIZE: 7pt;}
#postsArea, #commentsArea {font-family: "Verdana"; FONT-SIZE: 7pt;}
#postsCalendar{display:none}
#albumLink{display:none}
#rssLink{display:none}
#photolibLink{display:none}
#allDiaryLink{display:none}
#pchListLink{display:none}
#communityCatalogueLink{display:none}
#diarySpiritLink{display:none}
#diarySupportLink{display:none}
#paySupportLink{display:none}
#faqLink{display:none}
#headlineList{display:none}
#subscribe{display:none}
#links{display:none}
.menuSection {text-align:center; background-color: #EF8EA5;}
.menuSection a:hover{cursor: hand; text-decoration:none; color:#EAD1C6;}
.menuSection A{COLOR: #A7153A; TEXT-DECORATION: none; cursor: hand;}
.left #wrapper{background:#EF8EA5;overflow:hidden;}
#side .bordered {border: none;}
#side {text-transform: lowercase;}
#upInChart{display:none}
BODY, HTML { SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #EF8EA5; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #EF8EA5; SCROLLBAR-TRACK-COLOR: #EF8EA5; SCROLLBAR-DARKSHADOW-COLOR: #fffffff; }
#YaSearch{display:none}
#extratop {background: url('/userdir/1/3/1/7/131777/21495970.jpg'
0 no-repeat;padding-top:310px;}
.sec {width:70% !important}
#fromAnotherName, #fromAnotherPass { width:50px; }
.formcontainer {width:400px}