Looked fine to me, as of the moment. Have you tried clearing your browsers' cache?
Looked fine to me, as of the moment. Have you tried clearing your browsers' cache?
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
strange behaviour... in firefox
I would change your stylesheet...
body {
color:#EEEEEE;
font-family:lucida sans unicode,verdana,arial,helvetica,sans-serif;
font-size:100%;
line-height:160%;
}
#mainWrapper {
background-color:#444444;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
text-align:left;
width:99%;
font-size:80%;
}
~Steve~
Is it better to use the em or pixels?
Cheers!
v2.2.1
% for those first couple, then em from there on. Pixels is a way of hard coding a size, but you don't how big your visitor's screen/browser window/resolution is, so you may end up with unreadable text if you use pixels. You can Google for a pile of info and opinions on this, but the simple answer is to use the units of measurement as in the default stylesheet.css and just change the values to suit.
Rob