Chciałem sobie zrobić górne menu na zasadzie zakładek, i mam taki kod:
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="#internalStyle" type="text/css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> <style type="text/css" media="all"> /* <![CDATA[ */
* { margin: 0px; padding: 0px; }
body { font-family: Verdana, sans-serif; font-size: 12px; text-align: center; overflow: auto; background-color: #F1F3F5; }
div#container { text-align: left; margin: 5px 20px; }
.clear { clear: both; }
div#Tabs { margin: 5px 5px 0px 35px; position: relative; top: +1px; }
div#Tabs ul { list-style: none; }
div#Tabs li { display: inline; }
div#Tabs li#tabSelected { text-transform: uppercase; float: left; font-family: Arial, sans-serif; font-weight: bold; border: 1px solid #BBBBBB; text-decoration: none; text-align: center; padding: 5px; color: #000000; border-bottom: 1px solid #FFFFFF; text-decoration: none; background-color: #FFFFFF; }
div#Tabs li a { text-transform: uppercase; float: left; font-family: Arial, sans-serif; font-weight: bold; color: #FFFFFF; border: 1px solid #BBBBBB; background-color: #336699; text-decoration: none; text-align: center; padding: 5px; }
div#Tabs li a:hover { color: #DF7000; border: 1px solid #BBBBBB; text-decoration: none; background-color: #FFFFFF; }
div#main { padding: 10px; text-align: justify; border: 1px solid #BBBBBB; background-color: #FFFFFF; margin: 0px; }
/* ]]> */
<li><a href=#">First tab
</a></li> <li id="tabSelected">Second tab
</li> <li><a href="#">Third tab
</a></li> <li><a href="#">Fourth tab
</a></li> <li><a href="#">Fifth tab
</a></li> <p>Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. Souvlaki ignitus carborundum e pluribus unum. Defacto lingo est igpay atinlay. Marquee selectus non provisio incongruous feline nolo contendre. Gratuitous octopus niacin, sodium glutimate. Quote meon an estimate et non interruptus stadium. Sic tempus fugit esperanto hiccup estrogen. Glorious baklava ex librus hup hey ad infinitum. Non sequitur condominium facile et geranium incognito. Epsum factorial non deposit quid pro quo hic escorol. Marquee selectus non provisio incongruous feline nolo contendre Olypian quarrels et gorilla congolium sic ad nauseum. Souvlaki ignitus carborundum e pluribus unum.
</p>
pod firefoxem to menu wyświetla się prawidłowo
(IMG:http://img247.imageshack.us/img247/7155/ffokib6.th.jpg)
ale niestety pod IE jest nieco odsunięte od zawartości (około 2-3px)
(IMG:http://img138.imageshack.us/img138/1856/iewrongol0.th.jpg)
Jak to poprawić aby się tak samo wyświetlało ?
Ten post edytował angel2953 24.08.2006, 10:38:54