Thanks for the advice ladyn - i think i have messed things up good and proper now as my brain slips into meltdown - i have applied the menu buttons to the test page at
http://www.webdoggy.co.uk/tester/testvp.html and now it is even more messed up than ever!
am i right in putting the conditional commments as :
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="ie6.css" /><![endif]-->
and the css for it as this in the stylesheet called ie6.css:
a.button span {display: inline;}
I had a look in ie6 (ie tester ) and its all over the place - and so is ie7 by the looks of it - ie8 and the rest of the modern browsers look ok - could you possible tell me where im going wrong on this please
the full css is as follows:
@charset "utf-8";
/* CSS Document */
/* start reset eric meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
/*font-style: inherit;*/
font-size: 100%;
/*font-family: inherit;*/
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
font-family: Arial, Helvetica, sans-serif;}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* global */
html, body {height: 100%; }
.clear {clear:both;}
p {color:#FFF;}
/* Structure */
#wrapper {width: 983px; background-color:#000000; margin: 0 auto; margin-top: 20px; margin-bottom: -50px; position:relative;}
#header {height: 50px; background-color:#000;}
/* left styles */
#left-content {float:left; width: 321px; background-color:#003333; padding:10px;}
/* right content styles */
#right-content {float:right; width: 622px; background-color:#009999; padding: 10px;}
/* footer styles */
#footer {border-top: 10px solid #990000; color:#00CC33;height: 50px; position:relative;}
#footer p {margin:5px; }
.clearfooter {clear:both;}
#main-nav {background-color:#000; }
#main-nav li { padding-right: 10px;}
/*pesky buttons */
a.button {
display: block;
height: 37px;
float:left;
font-weight: bold;
background: url(img/button-left.png) left top no-repeat;
text-align:center;
color: #fff;
text-decoration: none;
text-shadow: 3px 3px 3px black;
font-size: 12px;
}
a.button span {background:url(img/button-right.png) right top no-repeat;
display: block;
padding: 6px 28px 0px;
margin-right: -14px;
height: 37px;}
/* D3 Navs */
#d3nav li .inline {display:inline;}
#d3buttons {width: 120px;}
many thanks for your help so far - i'm at my wits end here!!