Hi Mike,
Sorry its taken a while to get back to you.

My version of IE6 does work with your demo pages.

This is my CSS for s1:
#s1 { /* image cycle used on index.php */
width: 250px;
height: 300px;
float:right;
}

I'm still having problems upload ing to my testing server so I've
pasted in my code for index.php in case you can see the error.

Thanks again.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">

<head>
        <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />

        <title>trolley bag, insulated cool bag, promotional bags, carrier
bags : B&amp;G Products Ltd</title>

        <meta name="Description" content="Trolley bag, insulated cool bag,
carrier bag, mini cool bag and promotional bag manufacture - B&amp;G
bags, Staffordshire, UK" />

        <meta name="Keywords" content="carrier bags, bespoke bags,
supermarket trolley bag, insulated cool bag, mini cool bag, high
street food departments, promotional bags, bespoke bag designs,
advertising, bag manufacture, company brand, b&amp;g products" />

        <style type="text/css" media="all">
                /*<![CDATA[*/
                @import url(css/main_style.css);
                /*]]>*/
        </style>

        <script type="text/javascript" src="scripts/jquery-latest.pack.js"></
script>
        <script type="text/javascript" src="scripts/jquery_cycle_plugin.js"></
script>
        <script type="text/javascript">
                $(function() {
        $('#s1').cycle();
                });
        </script>

</head>

<body>
<div id="wrapper">

        <div id="masthead">

                <div id="logo">
                        <img src="images/B&amp;G_logo.gif" alt="B&amp;G Bags - 
Bags of
great ideas" />
                </div>

                <div id="navContainer">
                        <?php require_once("nav/topnav.htm") ?>

                </div>
                <h1>Home</h1>
        </div>

        <div id="content_area">
                <div id="content">

                        <h1>Welcome to B&amp;G Products Ltd.</h1>



                        <p>We manufacture a large variety of <a
href="quality_carrier_bags.php" title="Carrier bags">carrier bags</a>
including our own regular ranges and special <a
href="bespoke_bags.php" title="Bespoke bags">bespoke bags</a> for our
customers. As we manufacture our own bags at our premises in
Staffordshire, we can cater for both large and small orders and your
enquiries are warmly welcomed.</p>


                                <div id="s1">
                                        <img src="images/bag_cycle_1.jpg" 
alt="Insulated cool bags -
protects chilled and frozen foods" />
                                        <img src="images/bag_cycle_2.jpg" 
alt="Personalise your carrier
bags - Promotional cool bags - medium" />
                                        <img src="images/bag_cycle_3.jpg" 
alt="Below zero cool bag"
class="float_right" />
                                        <img src="images/bag_cycle_4.jpg" 
alt="Trolley bag" />
                                </div>





                        <p>Our best-selling regular products include the 
renowned <a
href="standard_bags.php#trolley" title="Trolley bags">Trolley Bag</a>
which we designed many years ago and which is supplied through
supermarkets, the <a href="standard_bags.php#cool_bags"
title="Insulated cool bags">Insulated Cool Bag</a>, which is also
available in leading supermarkets and the Mini Cool Bag which is sold
in high street food departments. See the <a href="standard_bags.php"
title="Bag product range">bag product range</a> for further
information on these and other bags and the <a
href="bespoke_bags.php">Bespoke Products</a> section where you can
specify your own bag. Use our on-line calculator to calculate prices
or call us and we will be delighted to discuss options with you. We
can promise a speedy service whether you want 10 bags or 100,000.</p>



                        <h3><a href="bespoke_bags.php">Promotional Bags</a></h3>

                        <p>You can order <a href="bespoke_bags.php" 
title="Bespoke bag
designs">bespoke designs</a> to promote your own company brand. Many
companies use this as a cost effective and long lasting form of
advertising. </p>



                </div>
        </div>

        <div id="footer">
    <?php require_once("includes/footer.htm");?>
        </div>

</div>

</body>

</html>


On Apr 11, 5:23 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> >  Unfortunately, I am having problems with my server at the moment so I
> >  could only test this locally. It still isn't working though. Now IE6
> >  crashes before it loads any of the page.
>
> >  I'm sure I'm missing something really obvious.
>
> Well it's not obvious to me.  What is the css for s1 and the images?
> Does your IE6 work on my demo pages?  http://malsup.com/jquery/cycle
>
> Mike

Reply via email to