Hi!

I am giving my website an overhaul:

   http://results2match.com

Unfortunately, in IE8, compatibility mode, I have an inactive vertical 
scrollbar. I searched with Google and came up with 2 similar approaches:

1. Simple

html {
overflow: auto;
}

2. More complex

<style type="text/css">
div.code { overflow: auto; }
</style>

<!--[if IE]>
<style type="text/css">
div.code { overflow: visible; overflow-x:auto; overflow-y:hidden; 
padding-bottom:15px; }
</style>
<![endif]-->

I want to understand what I am doing, so i did not test either one yet.

My questions:
1. What is div.code
    I have div's, but no code's.
2. Which is best, the simple nr. 1, or complex 2? Or yet a better
    possible solution?
3. Any other suggestions for the website CSS?

Regards, and thanks in advance,

Hans Lodder


-- 
Sr. Business Process Improvement Architect and Management Consultant
M: +31 6 23937263

Biography:
    http://results2match.com/files/download/biography-hans-lodder.doc

Overview of all Results2Match blogs:
    http://results2match.com/sitemap/overview-of-all-blogs

Todays most popular blogs:
    http://results2match.com/sitemap/most-popular-blogs-of-today

Blog Subscription:
    http://results2match.com/rss.xml

My LinkedIn profile (LinkedIn Invitations welcome):
    http://www.linkedin.com/in/requirementsmanagement
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to