hey I'm having problems making this look good in chrome and old IE
the site is www.justbecausecakes.com/l2 its a website im making for my aunt in asp.net heres the css i have
CODE
body
{
background-color: #FFEEFF;
margin: 0px 0px 0px 0px;
}
#Container
{
padding: 10px 10px 10px 10px;
position:relative;
background-color:inherit;
}
#Banner
{
position:relative;
left:30px;
top:10px;
width:800px;
}
#Navigation ul
{
position:relative;
left: 180px;
top: -65px;
list-style-type:none;
display:inline;
}
#Navigation a
{
text-decoration:none;
color: #660066;
font-size:larger;
font-family:Comic Sans MS;
}
#Main
{
position:relative;
left: 30px;
color: #660066;
}
and then the rest i think u can view source? if you need more information let me know im very knew to differnt browser compatibility. all other sites ive made have worked fairly well with all the major ones so ive never need to add extra code
on a side note this looks horrible with opera if u know how to fix that that'd be great if not its not that big of a deal i just need it to look good on chrome firefox and IE new and old
THANKS big time to any of you that help in advance