can you please check out www.hamburgtrip.com/test.htm and tell me is the webpage working fine? I dont know why blue boxes appear around logos and headings when active content security in internet explorer is ON but when secuirty is off then the web looks fine without any box. I think for most of the users the security is ON so i guess for most of the people blue boxes will appear around the headings and logo which will distroy the web appearance. Can you guys tell me, does www.hamburgtrip.com/test.htm appear ok for you or is it having blue boxes?
It is not a template... It's my own design. I am working on it. I wanted to test a few things before uploading it... Is your active content security off?
first problem is i have to horizontally scroll on a 1024x768 resolution to see the navigation, of which it has broken images when i hover over them. You've resized the images using HTML - don't do this, resize them through a graphics program. There are also broken images all over the place, which instantly drags the website's appeal to nill. Again, the content is too much for just a home page, it forces me to horizontally scroll on 1024x768 so that means that a large amount of your viewing audience will also have to horizontally scroll which is not good. Also, the graphics side of things, it is very ugly, the color choices + drop shadows on it all make it unappealing graphically. hope this helps also, that blue problem can be fixed within your css: img { border:none; } Code (markup): also noticed in your source code, you have ALOT of which don't need to be there, you should remove them, they just give uneeded extra filesize to your html. You should also seriously consider using an external style sheet to format everything rather then your HTML itself - seperate content from styling.
Thank you for such a detailed review but actually sir I forgot to mention that it is incomplete. If you just concentrate you will come to know that the below part of the web is not even touched yet. I was just checking different thumbnails from my collection and suddenly came to know about the blue box stuff. I immediately uploaded the incomplete page just to ask about opinions. However, a few of your suggestions look good and i will look upon them... Do you see the blue boxes around the headings or is it just the case with my computer.
it shows up on one computer i tested it on, which was an XP computer running IE7, but i've too run into this problem before, and fixed it with the CSS: img { border: none; }
i have done this <STYLE type=text/css>IMG { border: none; BEHAVIOR: url("pngfix.htc") } </STYLE> but still there is no change.........