Results 1 to 5 of 5

Thread: FF vs IE

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

    Default FF vs IE

    Hii all,

    This is my site http://authmn-bliss.digital-dreamworld.net/ and it views fine with Mozilla Firefox. But the navigation go all over the place when viewed with Internet Explorer. I have tried to fix it but I cant.

    Can somebody help me with this??

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    welcome to the forums.

    What version of IE are you having problems with? IE7 has made some big improvements on its support for CSS, however it still has some bugs, and IE6 still has very little support for some of the more "basic" definitions.
    The fact that your site views correctly in Fx at least tells me it is probably coded correctly, so it appears you would just need to do a IE Hack/Mod. Along with telling us the version of IE, could you explain in more detail exactly what your problem is? eg... Its not alligning properly, the hover over is not working properly, the colors are off, my background image doesnt appear correctly. the more detail you give us the easier it will be for us to solve the problem first time. Thanks

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

    Default

    Thanks, Well I am using IE version 7 and Mozilla Firefox 2 and something...,

    The problem is navigation isn't aligning correctly in IE. I am using DIV tags and css style sheet.

    And I did put special codes for IE version navigation too... But it still goes all haywire.

    Code:
    #contentbg {background:url(images/abg.png) repeat-y;  width:700px;} 
    
    #content {width:390px; float:left;  margin: 0px 0px 0px 116px; display:inline; text-align:left;}
    
    #navigation{ width: 160px;  float:left;  margin: 0px 0px 0px 28px; display:inline; valign:top;}
    
    * html #navigation{ width: 180px; float:left;   margin: 0px 0px 0px 0px; display:inline; valign:top;}

  4. #4
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay fixed it. Thanks for the help and everything. Thank you Dynamic Drive!!! You guys are amazing.

  5. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    glad to see you were able to solve the problem

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
  •