1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Urgent Help Needed - Willing to pay

Discussion in 'CSS' started by Nima, Oct 7, 2008.

  1. #1
    My site: Hookah Lounge is showing up crazy in IE. Please help.
     
    Nima, Oct 7, 2008 IP
  2. steve875

    steve875 Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you supply us with a link? That way we can see what's going on?
     
    steve875, Oct 7, 2008 IP
  3. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #3
    sorry, i though i had it in there already. I edited the post.
     
    Nima, Oct 7, 2008 IP
  4. steve875

    steve875 Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hm, wonder if it's because you have "position:absolute;" for that bar. I don't know a whole lot about how to fix things for IE6, but I do see your problem.
     
    steve875, Oct 7, 2008 IP
  5. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #5
    i cant figure out what the problem is. Anyone?
     
    Nima, Oct 7, 2008 IP
  6. webdesigners

    webdesigners Banned

    Messages:
    534
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #6
    You have to make a new css file in your public_html directory where your site is located & it should be named as ie.css . Try this, it can help you.
     
    webdesigners, Oct 7, 2008 IP
  7. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #7
    i have almost done ..if you want pm me..thank you..
     
    elahi9999, Oct 7, 2008 IP
  8. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #8

    Really? I never knew about such an option



    Please PM me your fix, if it fixes the problem I will paypal you $10 right away
     
    Nima, Oct 7, 2008 IP
  9. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #9
    sent pm please check .. thank you..
     
    elahi9999, Oct 7, 2008 IP
  10. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #10
    again fixed as you said. check it..
     
    elahi9999, Oct 8, 2008 IP
  11. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #11
    This problem still exists.
    $15 for anyone who helps me fix this

    Thank you guys
     
    Nima, Oct 8, 2008 IP
  12. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #12
    Its showing up in FF2 as not having a doctype. Putting it into quirks mode. IE6 (at the least) doesn't handle position: absolute; in a logic manner without a doctype.
    Try putting a doctype on it, odds are it will cause IE to reveal more problems.
     
    shallowink, Oct 8, 2008 IP
  13. jordanthegreat

    jordanthegreat Active Member

    Messages:
    390
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #13
    ^^yes. First step is to slap in a doctype.

    To solve the centering problem. You need to wrap all of your code in a container div. so we have:

    
    <body>
    <div id="container">
    
    ...all you page content here...
    
    </div> <!--close container-->
    
    ...google tracking code here...
    
    </body>
    
    Code (markup):
    make this change to body in your css

    
    body {
    	text-align: center;
    	padding: 0;
    	font-size: 12px;
    	background-color: #000000;
    	font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    
    Code (markup):

    and add this after body in your css

    
    #container {
      margin: 0 auto;
      text-align: left;
    }
    
    Code (markup):
    Now it should be centered in IE (and all browsers).. Will tackle the other issues in a bit. Gotta study the code some more.


    EDIT: Oh wow. You've got ALOT of problems once you apply a doctype. lol. And you really should have one. How did you reach this far without testing in IE?
     
    jordanthegreat, Oct 8, 2008 IP
    Nima likes this.
  14. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #14
    hmmm, any suggestions as how to fix this now? :(
     
    Nima, Oct 8, 2008 IP
  15. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #15
    sorry, i fixed it almost but only problem is in IE high resulations. i have only monitor support 1024x786.
     
    elahi9999, Oct 8, 2008 IP
  16. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #16
    job done..thanks for payment
     
    elahi9999, Oct 10, 2008 IP