IE es una bazofia - tested in IE

This commit is contained in:
aiora 2011-12-28 18:28:47 +01:00
parent 3aa67494ae
commit 0ace5943c6
2 changed files with 18 additions and 10 deletions

View File

@ -11,12 +11,12 @@ body {
font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
font-size: 12pt;
margin-left: 275px;
margin-right: 100px;
text-align: justify;
max-width: 800px;
}
body#homepage {
background: #008787 url(../images/homebackground.jpg) repeat 0 0;
/*margin: 40px;*/
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
max-width: 100%;
}
@ -105,6 +105,10 @@ ul#links {
text-align: left;
border-top-right-radius: 1em;
}
*html .menu {width: 180px; left: 10px;}
*+html .menu {width: 180px; left: 10px;}
*html ul#links {width: 180px; left: 10px;}
*+html ul#links {width: 180px; left: 10px;}
.menu {
top: 20px;
}
@ -221,25 +225,20 @@ table.fancy { /*For the members list in ../folk/index.htm*/
color: #fff;
}
#homebox {
/*border: 2px solid #99cccc;*/
border-top-right-radius: 1em;
/*margin-top: 36px;*/
padding-bottom: 50px;
position: absolute;
top: 83px;
left: 80px;
/*background: #fff;*/
width: 160px;
}
*html ul#homebox {left: 40px;}
*+html ul#homebox {left: 40px;}
#homecentre {
float: left;
margin-left: 120px;
text-align: centre;
}
#homeimg {
float: left;
}
ul#homenu {
float: left;
margin-top: 0;
list-style: none;
padding-left: 5px;
@ -254,10 +253,19 @@ ul#homenu {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-size: 85%;
}
*html ul#homenu li a {margin: 0 0 2px;}
*+html ul#homenu li a {margin: 0 0 2px;}
ul#homenu li a:hover {
background: #d7442b;
color: #fff;
}
.browsernote {
position: absolute;
left: 90px;
bottom: 20px;
font-size: 0.58em;
color: #aaa;
}
/*caves*/
table#cavepage {

View File

@ -27,7 +27,7 @@
<li><a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">CUCC website</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="browsernote">This website is best seen<br /> in Chrome or in Firefox</div>
</div>
</body>
</html>