Quote:
Originally Posted by phil-flash
Thanks for the comments everyone! Much appreciated!
StuartD... what can you nitpick at? I would like to know so I can fix the problems. I did find out that some of my transparent png's are not displaying correctly in EI5 and 6. But other than that can you tell me what you found to be wrong please? Thanks!
p-f
|
Oh, not so much wrong... just some things that could have been cleaned up a little more, for example.
ie: In your LU box, you have 27 images in there, each with an inline style set (margin-top: 5px;) which, while not wrong, will be a huge pain in the neck should you ever want to change that in the future.
You have a really great use of CSS in your page yet still have a ton of inline CSS that is copied over and over and over again when really it should just be another CSS class.
Another is that you have quite a lot of <br /> tags in your page but when using proper CSS to space everything, they really should not be required. Especially immediately before or after an image. Your margins and padding can already do the work of a br tag.
Just minor things like that... like I said, nit picking. It's all very well done and works quite well anyway.
As for IE 6 or less, doing an all CSS site for those browsers is one of the biggest headaches you'll ever give yourself online.