hello and thanks for all the help - I think I'm getting better at solving the problems but now I need to tidy up the messy css! How does it look? Besides the IE thang could you also comment on text size and colour as client wanted a lot of red!
cheers-
neddy
[link removed as requested]
"Failed validation, 13
"Failed validation, 13 Errors"
You will get eaten alive here for having invalid code.
"Failed validation, 13
"Failed validation, 13 Errors" The reason the page has failed validation is 13 < br/> in a piece of javascript I am using until I figure out how to correct it and insert a static quote for those who have java script turned off. The xhtml is valid and so is the css. I just need to find out how it is looking with the IE lot - someone said the links along the left and bottom are outlined and they are not meant to be. How do you clear text decoration for the IE lot if that indeed is happening? cheers, Needy
check anybody?
Hi - I was hoping someone might be able to give this a squiz in the IE set on PC? I am running out of time and am not near a PC for another week!
cheers
needy
I do appreciate every single response I get!
Ok here are my
Ok here are my suggestions.
Make the whole website less wide - about 10px less. Right now you have a horizontal scrollbar at 800x600 to scroll about 10px which is kinda pointless.
In IE, there are blue borders around some images. Add something like
a img {border:none;}
1px dotted lines come out as 1px dashed lines in IE, which is kinda ugly. I would make it so that IE gets a 1px solid or 2px dotted line and all other browsers get a 1px dotted line.
A bit late, but try
A bit late, but try http://www.browsershots.org/ next time. Free site that allows you to see screen shots of different browsers and OSs.
That is, as they say, BLOODY
That is, as they say, BLOODY BRILLIANT!