Log in

View Full Version : Browser Compatability



shahji.shakil
01-14-2011, 08:51 AM
Hi i designed my website on my vista machine (using IE 8) my site works fine but when i open website in (IE 10) or some other browser such as opera the top Menu gets disturbed and doesnt look exactly same way... its started from right and then to next line could any1 please help me as soon as possible...

website address is : http://www.baramullacollege.com

Thanks in Advance...

Deadweight
01-18-2011, 02:17 AM
what is the width of ur whole website. maybe if u change the width of it then it should make them all fit on one line

Deadweight
01-18-2011, 02:40 AM
if u like just send me a zip to crazykld_68@yahoo.com.
I can edit your site and maybe ake it how u like it. another thing that you might wanna fix is put ur body after ur last script.

you have:


</head>
<body><div id="undefined" class="undefined"></div>
<style type="text/css">


Change to here:


</head>
<body><div id="undefined" class="undefined"></div>

<form method="post" action="http://www.baramullacollege.com/Default.aspx" id="aspnetForm" enctype="multipart/form-data" label="mainForm">

traq
01-18-2011, 05:14 AM
your #top-logo is floating; and the site menu is floating up against it. IE is clearing it (for some reason), but other browsers won't do so unless you tell them to. Try adding
#menu-container{ clear: both; } to your css.

For future information, you will have a much easier time if you code for "good" browsers first, and then look into all the various hacks that Internet Explorer will require... :D

LMK if this doesn't solve your problem.



but when i open website in (IE 10)...
There is no IE 10 (9 is the most current version). I assume you meant to refer to some other browser.

shahji.shakil
01-23-2011, 06:27 PM
Thanks ....

but now the menu is displayed in a Ladder like structure...

please have a look...

traq
01-23-2011, 07:23 PM
I'm not sure what you mean. The menu looks fine when I look at your homepage (Firefox 3.16; looks similar in Chrome):

http://www.custom-anything.com/sand/baramulla.png

If it looks different to you, what browser are you using? can you post a screenshot?

shahji.shakil
01-24-2011, 07:10 PM
hi thanks for your support...

yes the menu looks fine in opeea, mozilla n chrome but doesnt work in IE 8

3727

traq
01-24-2011, 08:59 PM
hmm... not sure. I don't have IE8 on this computer, but I can look into it later this evening.

pxlcreations
01-26-2011, 05:33 PM
I think the problem with his screenshot is that there is not enough of a margin between the tabs... that sometimes happens when floating. Try adding margin-right:2px; to the tab css.

davelf
03-09-2011, 02:32 AM
already check it with I.E 8, no problem with your layout