Hi... I've used blueprint on a couple of sites and am trying now to do
a reskin of an older site to use it.
It is a side with a constant left sidebar and a central content area.
I am having a problem with ie6 and the width of it.

Here is a snippet of what I have:

                <div class="span-24">
                        <div class="span-5 append-1">
                                <!-- right nav -->
                        </div>
                        <div class="span-18 last">
                                <div style="border-bottom:1px solid 
#CCCCCC;padding-top:2px">
                                        <script type="text/javascript">
                                        digg_url = location.href;
                                        digg_skin = 'compact';
                                        digg_window = 'new';
                                        </script>
                                        <script 
src="http://digg.com/tools/diggthis.js"; type="text/
javascript"></script>
                                </div>
                                <%= yield :layout %>
                        </div>
                </div>

The problem, I think is that append-1
It works great in FF... but in ie6 everything is too wide and i need
to get rid of the append-1 to make these two sit next to each other.

Help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprintcss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to