Помогите, пожалуйста=( У меня проблемка с css... Вот код css:
написал(а):a:link {color: #E597BF; text-decoration: none;}a:hover {color: #E597BF; border-bottom: 1px dotted #E597BF; text-decoration: none; cursor: default; font-weight: none; }a:active {color: #E597BF; text-decoration: none; cursor: default; font-weight: bold; }a:visited {color: #E597BF; text-decoration: none; cursor: default; font-weight: bold; }
textarea, input{font-family: arial;font-size: 7pt;font-weight: light;color: #01E514;background: transparent;border: 1px solid;border-color:#01E514;}
body{ scrollbar-face-color:#E33B79;
scrollbar-highlight-color: #FF66A7;
scrollbar-3dlight-color: #FF66A7;
scrollbar-darkshadow-color: #FF66A7;
scrollbar-shadow-color: #FF66A7;
scrollbar-arrow-color: #FF66A7;
scrollbar-track-color: #FF66A7;
color:#01E514;font-size: 8pt;font-family: Verdana;font-weight: light;background-attachment :#01E514 fixed;line-height: 12px;text-align:justify;}
h1 {
background: #E33B79;
color: #FF66A7;
font-family: Verdana;
font-size: 7pt;
line-height: 8pt;
font-weight: bold;
text-transform: uppercase;
text-align: center;
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
padding-bottom: 0px;
border-top: 1px solid #FF66A7;
border-bottom: 1px solid #FF66A7;
border-left: 1px solid #FF66A7;
border-right: 1px solid #FF66A7;
}
h2 {
background: #E33B79;
color: #FF66A7;
font-family: Verdana;
font-size: 7pt;
line-height: 8pt;
font-weight: bold;
text-transform: uppercase;
text-align: left;
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
padding-bottom: 0px;
border-top: 1px dotted #FF66A7;
border-bottom: 1px dotted #FF66A7;
border-left: 1px dotted #FF66A7;
border-right: 1px dotted #FF66A7;
}
Все странички у меня открывались в iframe. Я прописала ещё несколько ссылок, и они стали открываться поверх страницы=( Я не знаю, что делать... Дело в том, что код я с одного сайта взяла (не волнуйтесь, ссылку и копирайт поставила ) и отредактировала под себя, добавила много чего... А стоило лишние ссылки прописать - и вот такая фигня Я в css мало разбираюсь, помогите мне! Как сделать, чтобы мною отдельно прописанные 3 ссыли открывались в iframe?