Results 1 to 10 of 10

Thread: Browser Compatability

  1. #1
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Browser Compatability

    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...

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    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

  3. #3
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    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">

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    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
    Code:
    #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...

    LMK if this doesn't solve your problem.

    Edit:
    Quote Originally Posted by shahji.shakil View Post
    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.


  5. The Following User Says Thank You to traq For This Useful Post:

    shahji.shakil (01-23-2011)

  6. #5
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks ....

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

    please have a look...

  7. #6
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    I'm not sure what you mean. The menu looks fine when I look at your homepage (Firefox 3.16; looks similar in Chrome):



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

  8. #7
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    hi thanks for your support...

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

    Attachment 3727

  9. #8
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    hmm... not sure. I don't have IE8 on this computer, but I can look into it later this evening.

  10. #9
    Join Date
    Apr 2010
    Posts
    89
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    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.

  11. #10
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    already check it with I.E 8, no problem with your layout
    _____________________

    David Demetrius // davejob
    _____________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •