Jump to content

k2s

Newbie
  • Posts

    4
  • Joined

  • Last visited

k2s's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Проблема решилась добавлением: .buttons div a:hover { background: #C9DBEF; background-position: 0 100%; color: #2165FE; FONT-SIZE: 14px text-decoration: none; }
  2. В Мозилле, Опере и ИЕ7 все ОК. А вот в 6-м следующая проблема: при наведении мышки на ссылку, картинка меняется(то есть появляется ее нижняя часть), НО не если мышку отвести то она так и остается, то есть не возвращается в исходное положение. И так все картинки: если понаводить на разные ссылки, то появятся нижние части, но не исчезнут, если убрать мышку. Если переключиться на окно другой программы, а потом вернуться в IE6, то меню возвращается в исходное положение. Пожалуйста, помогите разобраться что не так. Заранее спасибо! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> /* Меню сайта */ .buttons { float: top; width: auto; height: auto; } .buttons div { margin: 0 5px 0 0; background-position: 0 100%; } .buttons div a { margin-left: 5px; display: block; border: solid 1px #FFFFFF; width: 100%; height: 100%; background: #C9DBEF; background-position: 0 0; position: relative; overflow: hidden; color: #2165FE; FONT-SIZE: 16px; FONT-WEIGHT: bold; text-decoration: none; } .buttons p { margin: 5px; padding: 0px } .buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer; padding-left: 45px; color: #2165FE; FONT-SIZE: 14px text-decoration: none; } .buttons div a:hover span { background-position: 0 100%; padding-left: 45px; color: #2165FE; FONT-SIZE: 14px text-decoration: none; } .punkt1 span { background: url(images/menu/punkt1.jpg) left top no-repeat; transparent none 0 0; } .punkt2 span { background: url(images/menu/punkt2.jpg) left top no-repeat; transparent none 0 0; } .punkt3 span { background: url(images/menu/punkt3.jpg) left top no-repeat; transparent none 0 0; } .punkt4 span { background: url(images/menu/punkt4.jpg) left top no-repeat; transparent none 0 0; } .punkt5 span { background: url(images/menu/punkt5.jpg) left top no-repeat; transparent none 0 0; } .punkt6 span { background: url(images/menu/punkt6.jpg) left top no-repeat; transparent none 0 0; } .punkt7 span { background: url(images/menu/punkt7.jpg) left top no-repeat; transparent none 0 0; } .buttons div.punkt1 { width: 190px; height: 40px; } .buttons div.punkt2 { width: 190px; height: 40px; } .buttons div.punkt3 { width: 190px; height: 40px; } .buttons div.punkt4 { width: 190px; height: 40px; } .buttons div.punkt5 { width: 190px; height: 40px; } .buttons div.punkt6 { width: 190px; height: 40px; } .buttons div.punkt7 { width: 190px; height: 40px; } </style> </head> <body> <div class="buttons"> <p><div class="punkt1"><a href="#" title="dfssdsfd"><span>1</span></a></div></p> <p><div class="punkt2"><a href="#" title="dfssdsfd"><span>2</span></a></div></p> <p><div class="punkt3"><a href="#" title="dfssdsfd"><span>3</span></a></div></p> <p><div class="punkt4"><a href="#" title="dfssdsfd"><span>4</span></a></div></p> <p><div class="punkt5"><a href="#" title="dfssdsfd"><span>5</span></a></div></p> <p><div class="punkt6"><a href="#" title="dfssdsfd"><span>6</span></a></div></p> <p><div class="punkt7"><a href="#" title="dfssdsfd"><span>7</span></a></div></p> </div> </body> </html>
  3. знаю об этом, но эта штуковина на висте не работает
  4. Делал резиновый дизайн. В Firefoxe, Opere, IE7 все работает так как надо, а вот в более ранних версиях IE появляются глюки(как на картинке внизу). Проблем еще в том что у меня Vista и не могу постоянно просматривать то, что получается в более ранних IE. должно быть: В IE6 и более ранних: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <style type="text/css"> * {margin: 0px; padding: 0px;} html {background: #000000; height: 100%;} body {min-width: 1000px; min-height: 100%; position: relative;} * html body {height: 100%;} #content {width: 100%; max-width: 99%; margin: 0px auto; padding-bottom: 70px; overflow: hidden;} #outer1 {width: 100%; margin-right: -368px; float: left;} #outer2 {margin-right: 200px;} #outer3 {width: 100%; margin-left: -634px; float: right;} #main {margin-left: 10px; background: #000000; height:200px} #left {width: 634px; float: left; background: #00CCFF; height:200px} #right {width: 368px; float: right; background: #FFCC66; height:200px} * html #footer {bottom: -1px;} </style> <script src="js/minmax.js" type="text/JavaScript"></script> </head> <body> <div id="content"> <div id="outer1"> <div id="outer2"> <div id="outer3"> <div id="main"></div> </div> <div id="left"><img src="1.jpg"></div> </div> </div> <div id="right"><img src="22.jpg"></div> <div style="position:absolute; left:20%; margin: 0 auto; width: 200px; height:*px; " ><img src="text.gif"></div> </body> </html> Что делать? Помогите пожалуйста!
×
×
  • 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