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
also add this to your page: body { margin:0; padding:0; height:100%; } if still doesnt work put a fixed pixel value for height instead percentage see: http://www.thescripts.com/forum/thread100443.html
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.
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
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.
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
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).
I have a small bypass for it : http://sbclansite.com/helping/poker.html , would that work ? As mentioned in pm i think ur missing some element when psd was sliced i am guessing.
I think I fixed it: What do ya think? Here's a url for you to look at it before making the changes to your site: http://www.fyffenet.com/layouts/
Hrm... I thought you wanted it just extended down to the footer... unless I'm seeing something different than you... EDIT: Wait, nevermind, I see what you mean, I just took a look on another computer and see it.
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...
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
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.
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...
There is a problem with FF2 I wonder if http://www.sbclansite.com/helping/poker.html works for anyone as nima says url does not work for him at all.
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