I am using blueprint in the design of a web based Volunteer Management
Portal however I am running into a problem in IE. our header image is
fine in Firefox but in IE the header image repeats itself. the
following is a snippet of the code, unfortunately I can't add more of
the code because it is proprietary however any help would be
appreciated.
Just as a heads up to all this is an rhtml file




<div id="container">
  <% ts = "text-align: left; margin: 0; padding: 10px 0 0 10px;
height: #{Setting.value('headerimageheight', 130)}; border: 1px solid
blue;";-%>
  <% hi = Setting.value('headerimage'); -%>
  <% ts = ts + "background:url(#{hi}) top left norepeat; " if hi -%>
  <div id="title" style="<%= ts %>">
    <% if !...@suppressorgtitle -%>
      <h1><%= @orgname %></h1>
      <h2>Volunteering Portal</h2>
    <% end -%>
  </div>
--~--~---------~--~----~------------~-------~--~----~
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