Jump to content

kapnyxa

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kapnyxa

  1. Урок по ходу дела от Евгения Попова? (http://ruseller.com/) Непонятна эта запись * html #coolmenu{ width: 150px;/*Ширина меню для Internet Explorer*/ } и вот эта html>body #coolmenu a{ width: auto; } В чем у вас проблема? такточно Попова уроки, проблема в том что стили одной таблицы в опере неотображаются, а експлорер все нормально показывает. Мне нада чтобы и в опере нормально все показывало...подскажите что я нетак делаю или что надо настроить.
  2. Может есть какие-нибудь догадки или варианты локализации проблемы? поскольку я только учусь то сам разобраться не могу
  3. <?php include ("blocksdb.php");/*Соединяемся с базой данных*/ $result=mysql_query("SELECT title, meta_d, meta_k, text FROM settings WHERE page='lessons'",$db); $myrow=mysql_fetch_array($result); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="description" content=<?php echo $myrow['meta_d']; ?> <meta name="keywords" content=<?php echo $myrow['meta_k']; ?> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>Уроки</title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <table width="690" align="center" bgcolor="#333333" class="main_border"> <?php include("blocks/header.php");?> <tr> <td><table width="690"> <tr class="right"> <? include('blocks/lefttd.php');?> <td width="552" valign="top"> <p><?php echo $myrow['text']; ?> </p> <?php $result=mysql_query("SELECT id,title,date,description,author FROM lessons",$db); $myrow=mysql_fetch_array($result); do { printf ("<table align='center' class='lesson'> <tr> <td class='lesson_title'><strong><a href='wiew_lesson.php?%s'><p class='lesson_name'> %s</p></a> <p class='lesson_add'> Дата добавления: %s</p><p class='lesson_add'>Автор: %s</p><strong></td> </tr> <tr> <td>%s</td> </tr> </table>",$myrow["id"], $myrow["title"],$myrow["date"],$myrow["author"],$myrow["description"]); } while ($myrow=mysql_fetch_array($result)); ?> <p> </p></td> </tr> </table></td> </tr> <? include("blocks/footer.php");?> </table> </body> </html> style.css /* CSS Document */ .main_border {border:1px solid #000000;} p {font-family:Verdana; font-size:12px;margin:15px;} .left{background-color:#CCCCCC; border-right: 3px solid #FF0000;} body {background-image:url(img/bg.gif)} .right{background-color:#99CC00} p.title { background-color: #A72E37; color: #ffffff; font-weight:bold; margin:5px; padding:5px; } #coolmenu{ border: 1px solid gray; /*Стиль рамки */ border-bottom-width: 0; width: 90%; /*Ширина меню */ background-color: #f6f6f6; /*Фоновый цвет ячейки*/ margin:8px; /*Ширина отступов*/ } * html #coolmenu{ width: 150px;/*Ширина меню для Internet Explorer*/ } #coolmenu a{ font: bold 13px Verdana; /*Шрифт текста*/ padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/ padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/ display: block; width: 100%; /*Ширина ячейки*/ color: #000000; /*Цвет текста*/ text-decoration: none; /*Подчеркивание у ссылок - нет*/ border-bottom: 1px solid gray; } html>body #coolmenu a{ width: auto; } #coolmenu a:hover{ background-color:#33FFFF; /*Фоновый цвет ячейки при наведение курсора*/ color: #000000;} /*Цвет текста при наведении курсора*/ .lesson {border:1px solid #000033; width: 95%}; .lesson_title{border:solid #33CCFF; background-color:#009999}; .lesson_name{font-weight:bold; margin-top:5px}; .lesson_add{font-size:11px; margin-top:5px; margin-bottom:5px;color:#333333};
  4. Беда-открываю я знач страницу в опере стили котрые я писал и применял к шрифтам таблицам и т.п. НЕОТОБРАЖАЮТСЯ Что делать? p.s.в explorer вс? работатет хорошо, но надо чтобы и в опере было все хорошо... ПАМАГИТЕ плиз!
×
×
  • 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