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.

$25 for someone to fix my alignment problem...

Discussion in 'Services' started by Nima, Jan 14, 2007.

  1. #1
    I have a problem with my Poker website CSS alignment...

    The website is designed with CSS and DIV and I want it to stay that way (so please don't suggest using tables)...

    The "Left Menu" and the "Main Content" area currently do not have the same height. I simply want them to have the same height on any page.


    I don't want to solve the problem with adding a background color to hide the height difference either.

    I can afford to offer $25 for someone to help me with this too. I will transfer it to your paypal as soon as the alignment problem is fixed

    Thanks for your help
    Nima
     
    Nima, Jan 14, 2007 IP
  2. bluemouse2

    bluemouse2 Well-Known Member

    Messages:
    4,055
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    try height: 100% in the css file for #main (instead of auto)
     
    bluemouse2, Jan 14, 2007 IP
  3. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I just did that, it doesnt work
     
    Nima, Jan 14, 2007 IP
  4. bluemouse2

    bluemouse2 Well-Known Member

    Messages:
    4,055
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    bluemouse2, Jan 14, 2007 IP
  5. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    i can fix this real easy - but you got to send me the main.css file... i'll send the modified one back to you (with comments) so that you know what i've modified.
     
    daboss, Jan 14, 2007 IP
    Nima likes this.
  6. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    margin:0; would screw up my "Center" alignment (and doesn't fix the height issue)...

    I'm gonna read the article you posted and see if there is anything there.

    Thanks
     
    Nima, Jan 14, 2007 IP
  7. bluemouse2

    bluemouse2 Well-Known Member

    Messages:
    4,055
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    dont use margin 0 ..just make sure you have height 100

    body {
    height:100%;
    }

    and height: 100% in the css file for #main (instead of auto)

    If this failed try using fixed values instead percents and it should work fine.
     
    bluemouse2, Jan 14, 2007 IP
    Nima likes this.
  8. pr0xy122

    pr0xy122 Peon

    Messages:
    1,649
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    couldnt have put it better bluemouse, I wish I had been here first lol.
     
    pr0xy122, Jan 14, 2007 IP
  9. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    The pixel value didn't work either. I just tried it


    I tried height:100%; in Body, #main, and #nav-one (the left menu), but no results either
     
    Nima, Jan 14, 2007 IP
  10. PwrUps

    PwrUps Peon

    Messages:
    377
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #10
    I have it fixed for Internet Explorer, but I'm encountering a minor problem in Firefox, I'll hope to have it fixed for you soon (It has to do with the hovering of your menu).
     
    PwrUps, Jan 14, 2007 IP
  11. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    paidhosting, Jan 14, 2007 IP
    Nima likes this.
  12. PwrUps

    PwrUps Peon

    Messages:
    377
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #12
    PwrUps, Jan 14, 2007 IP
  13. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #13

    I don't see how that is fixed.

    It doesn't work fine in either IE or FF.
     
    Nima, Jan 14, 2007 IP
  14. PwrUps

    PwrUps Peon

    Messages:
    377
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #14
    Hrm... I thought you wanted it just extended down to the footer... unless I'm seeing something different than you...

    [​IMG]



    EDIT: Wait, nevermind, I see what you mean, I just took a look on another computer and see it.
     
    PwrUps, Jan 14, 2007 IP
  15. PwrUps

    PwrUps Peon

    Messages:
    377
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #15
    Ok, on another computer, I got it to work in IE or so it looks... However, FireFox keeps on giving me this stupid minor problem... working at it... But can you tell me if it looks fixed in IE for you? same link as before...
     
    PwrUps, Jan 14, 2007 IP
    Nima likes this.
  16. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #16
    It seems it's working in IE6.( i was looking at it before using the FF IE viewer and it didn't work. It still doesnt. But it works when I use the actual Internet Explorer software).

    In firefox it seems like an extra rectangle box in the bottom that shouldn't be there.

    Thanks for the help.
    Nima
     
    Nima, Jan 14, 2007 IP
  17. happymondays

    happymondays Well-Known Member

    Messages:
    515
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #17
    Not for nothing but it still sucks in IE (the left bottom box is under the menu) and firefox (there is an empty cell showing the backgriund). I don't see a reason to use css for a simple website like this. Alignment in CSS is very comlicated and always differs in FF and IE. Always.
     
    happymondays, Jan 14, 2007 IP
  18. PwrUps

    PwrUps Peon

    Messages:
    377
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #18
    Yea, that's the same problem I was getting when I was using firefox... I'm not sure how to fix that, so I'm just going to stop, sorry I can't help you more... If you want to work off what I have, just use the css in the source of that page...
     
    PwrUps, Jan 14, 2007 IP
  19. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #19
    paidhosting, Jan 15, 2007 IP
  20. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #20
    ok, im using a different internet connection and see the page now...

    From what I understand, you fixed the problem by adding a background color the same as the Content area...

    I already had done that, but I am looking for a better way to deal with this

    thanks
    Nima
     
    Nima, Jan 15, 2007 IP