Hello.
I'm using blueprint for my page and in particula blueprint liquid.
Later I've decided to use the superfish jquery plugin for navigation
menus.
My layout is:


!!! 5
%html
  %head
    %title= (yield(:title).blank? ? "Attività Produttive" : "Attività
Produttive - #{yield(:title)}")
    %meta{:name => "description", :content => "host-tastic support
system"}
    = stylesheet_link_tag 'compiled/screen.css', :media => 'screen,
projection'
    = stylesheet_link_tag 'compiled/print.css', :media => 'print'
    /[if IE]
      = stylesheet_link_tag 'compiled/ie.css', :media => 'screen,
projection'
    = stylesheet_link_tag 'superfish'


%body.bp
    .container
      .block
        .column.span-24
          %header
            %h1 xx xxxxxxxxx
            %nav.round
              %ul.sf-menu
                %li.current
                  %a(href="#a")menu item
                  %ul
                    %li
                      %a(href="#aa")menu item
                    %li.current
                      %a(href="#ab")menu item
                      %ul
                        %li.current
                          %a(href="#")menu item
                        %li
                          %a(href="#aba")menu item
                        %li
                          %a(href="#abb")menu item
                        %li
                          %a(href="#abc")menu item
                        %li
                          %a(href="#abd")menu item
                    %li
                      %a(href="#")menu item
                      %ul
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                    %li
                      %a(href="#")menu item
                      %ul
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item
                        %li
                          %a(href="#")menu item

      .block
        .column.span-24
          %h2{:class => 'alt'}
            xxxxxxxxx
      .block
        .column.span-24
          Menù
      .block
        .column.span-24
          - if flash['notice'].present?
            .notice
              = flash['notice']
          -if flash['alert'].present?
            .alert
              = flash['alert']
          = yield
      .block
        .column.span-24
          %footer
            %hr

Superfish plugin doesn't work beacaus, I think, conflict with
blueprint css.
If I comment screen.css then it works, how can I use blueprint and
superfish together?

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
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