Как сделать чтоб ссылки отображались не блочно?
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif}
p{margin:0 10px 10px}
img {border:none;}
a{color: #F49E56;padding:10px;text-decoration:none;}
#header {height:181px;background:#fff url('images/title_bg.gif') left top repeat;margin-bottom:10px;}
#header_1 {width:694px;height:180px;float:left;background:transparent url('images/title_1.gif') left top no-repeat;}
#header_2 {width:110px;height:181px;float:right;background:transparent url('images/title_2.gif') left top no-repeat;}
#header_text{width:339px;height:137px;background:transparent url('images/title_text.jpg') left top no-repeat;margin:0 auto;}
#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;color:#F8A51B}
div#content p{line-height:1.4}
div#navigation{background:#F3F4F4}
div#extra{background:#F3F4F4}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#wrapper{float:left;width:100%}
div#content{margin: 0 25%}
div#navigation{float:left;width:21%;margin-left:-100%}
div#extra{float:left;width:21%;margin-left:-21%}
div#footer{clear:left;width:100%}
.maintop h1 {font-size: 12pt;color: #F8A51B;margin-bottom: 5px;}
.maintop a {color: #F8A51B}
.maintop p {font-size: 9pt;}
.maincontent {}
.mainbottom {margin-bottom: 20px;}
.mainbottom p.comment {text-align: right; font-size: 9pt;}
.mainbottom a {color: #5FB604;}
.is_link {color: #F8A51B}
.is_link a {color: #4A9705}
#navigation {color: #6EC204;}
#navigation h2 {text-align:center;font-size: 12pt;}
*html #wrapper {overflow: hidden;}
.box a {color: #F8A51B}
#searchform {margin: 5px; }
#s {font-size: 8pt; width: 110px;}
#searchsubmit {font-size: 8pt;}
#comment {width: 500px;}
h1.cat {font-size: 12pt; margin-bottom: 5px;}
p.cat {font-size: 9pt; font-style: italic;}
ul.cat {list-style-type: circle;}
div.ads {margin-top:400px;}
#footer {text-align: center}
Yriy, только по CSS судить ничего нельзя. Надо и html код видеть.
Поэтому, непонятно – какие ссылки? – ведь ссылки в тексте файла есть в разных вариантах и принадлежат к разным классам.
Понятие "Не блочно"? Ссылка вообще элемент inline, а не block.
вот еще случайно увидел – p{margin:0 10px 10px}. Мне кажется, что чего-то нет, либо что-то лишнее (надо либо margin: Npx, либо margin: Npx Npx, либо margin: Npx Npx Npx Npx). А тут – 3 значения.
Вообще, если есть проблемы, то сначала лучше проверять валидность html и css – часто глюки из-за ошибок бывают.
У меня все ссылки отображает блоком. А что в html смотреть стиль в ксс прописывается.
Вам виднее.
Та ничего не видней, просто это я точно знаю ))
не блочно? не display: inline ищешь?
Там нет display, но отображается блочно…
этот парамети отменяет блочную структуру, то есть делает "отображение не блочно"