How can I make this Left menu and Right menu Auto resize , When I add extra stuff in in Middle (content Menu) See this page ,The simple solution for me is to Change Left menu and Right menu background color (Silver) to the same as #F6B283 but , I will add an image in Future as background. This is the page link: http://geocities.com/sindhjisada/lit_history.html Please Help me ....
Hello, I see the problem - the content just carries on flowing over the div content's actually height. There's a simple fix. In the #content selector remove the following code: width: 478px; height: 400px ; and add the following code: min-width: 478px; min-height: 400px; max-width: 478px; There is another possibly by ignoring the above step and adding a scrollbar to overflown text: overflow: auto; Let me know if there are any probs .
The first thing I would do is get that site off of Geocities since the code the Yahoo "service" uses both above the DOCTYPE and below the </html> tag will not only cause your page to be rendered in Quirks mode, but will also invalidate the page as well. If you do need to use a free hosting service, try www.awardspace.com instead. Oh, and Internet Explorer 6 doesn't understand min-width, min-height or max-width. It does however, treat height similarly to min-height, but needs to be separated from a min-height declaration via the * html hack (which is very safe to use).
Sir , I am very obliged for your quick help , I must try my pages according to your advices. Thanks a lot Sincerely Venus
sir , I have used overflow: auto; It fixes the problem as far as my requirments are , Thanks for your kind and sincere HELP , I will be in touch with you in future Thanks Venus