> ONE: I have a min width but it doesnt work in explorer so the right flash
file drops down when its minimised.

Since IE 6.0 doesn't support min-width, you need to use (a CSS invalid)
expression:

        min-width: 800px;
        width: width:expression((document.documentElement.offsetWidth <
820)? "800px": "auto" );

> TWO: underneath the menu bar I get a blue bar that should not be there

I don't see that one.

> THREE: when you click on the "news" tab you go to the news page and the
"about" and "news" links are squashed 
> together. Im thinking it may be due to teh blog style sheet as i have had
some trouble with it and am still
> 'trying' to clean it up ( http://www.jp2designs.com/Blog.css)

You have a bad end anchor tag (</a) for "about":

<div id="navlist">
        <ul>            
        <li><a href="http://www.jp2designs.com/index.html";>home</a></li>
        <li><a href="#http://www.jp2designs.com/AboutUs.html";>about</a</li>
<=== here
        <li><a href="http://jp2designs.com/news";>news</a></li>
        <li><a href="#http://www.jp2designs.com/Web.html";>web</a></li>
        <li><a href="#http://www.jp2designs.com/Print.html";>print</a></li>
        <li><a
href="#http://www.jp2designs.com/Clients.html";>clients</a></li>
        <li><a
href="#http://www.jp2designs.com/Contact.html";>contact</a></li>
        </ul>
</div>

Regards,
Kepler



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to