I'm using Blueprint for my site, but I have a need for previewing
another page within the context of my main website page but not
inherit it's associated styling.

I'm using jQuery.dialog() to create the preview, but since the preview
markup needs to be embedded within the main website for jQuery to
grab, it inherits all the Blueprint styling.  The page being previewed
has entirely separate css within it (it is an html email template with
<table>).

The page from which the preview occurs looks like this:

html
  head
  body
    div .container
      main page goes here
    /div
    div preview
      email template code for jQuery dialog goes here.  I don't want
to Blueprint to cascade here.
    /div
  /body

Any ideas on the best way to handle this?

-- 
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