
Originally Posted by
symmo
Now just need to sort out the width in IE and I would like the white on all the page to be a lightish grey? dont know where to start?
Thanks again YOU ROCK
Did you get the IE size thing figured out? For some reason I had to convert the em to px on the #Logo{} part of stylesheet.css...so it went from:
Code:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
to
Code:
#logo {
width:305px /* To prevent the logo from resizing, simply delete or comment out this section */
}
and it fixed my logo size problem in IE.