Holy cow!  That worked!

Thanks so much!!
Toby


On May 13, 1:51 pm, DKM <[email protected]> wrote:
> Get rid of the spaces before and after the img tag. e.g.
>
> <div class="span-24"> <img src="Test_files/1.png" alt=""> </div>
>
> should be
>
> <div class="span-24"><img src="Test_files/1.png" alt=""></div>
>
> Cheers,
> Dan
>
> On May 13, 11:01 am, DKM <[email protected]> wrote:
>
> > Opps. Sorry, I should have looked at your code first. Looks like
> > you've already done that...
>
> > On May 13, 10:53 am, DKM <[email protected]> wrote:
>
> > > This has worked for me in the past...
>
> > > <div id="test"><img src="images/logo.jpg"></div>
>
> > > will render correctly in IE6 while
>
> > > <div id="test">
> > > <img src="images/logo.jpg">
> > > </div>
>
> > > will not. Just remove the line breaks.
>
> > > On May 13, 5:41 am, Toby Cryns <[email protected]> wrote:
>
> > > > Rasal and Group,
> > > > I fixed the validation errors (mostly image alt tags missing), and the 
> > > > page
> > > > validates, but the problem persists.  View the following link in IE and 
> > > > then
> > > > in Firefox to see the 3px padding/margins beneath the divs (in IE 
> > > > only):http://s68177.gridserver.com/test/
>
> > > > Any ideas how to fix this?  I realize I could fix it with IE-specific 
> > > > CSS,
> > > > but I was thinking that maybe this is a Blueprint issue.  Any thoughts?
>
> > > > Thanks!
> > > > Toby
>
> > > > ----
> > > > [email protected]
> > > > (612) 284-4494
>
> > > >www.twitter.com/TobyCrynswww.linkedin.com/in/tobycryns
>
> > > > On Wed, May 13, 2009 at 7:12 AM, Rasal Postill <[email protected]> 
> > > > wrote:
>
> > > > > On Tue, 12 May 2009 03:42:48 -0700 (PDT), Toby wrote:
>
> > > > > |
> > > > > | I am using Blueprint version 0.8 to build a site.  This is my first
> > > > > | Blueprint-based site, and so far it has been going great, except 
> > > > > that
> > > > > | IE7 and IE6 add 3 pixels after each container div.  The url of the
> > > > > | development site ishttp://s68177.gridserver.com/
> > > > > |
> > > > > | I can solve the issue by adding an IE-specific CSS class with a
> > > > > | "margin-bottom:-3px", but I figure there must be a better way.
> > > > > |
> > > > > | Does anyone have any ideas of what might be causing this or how I 
> > > > > can
> > > > > | solve the problem?
>
> > > > > I would fix the 23 errors first...
>
> > > > > <
> > > > >http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fs68177.grids...
>
> > > > > --
> > > > > Rasal Postill
> > > > > Dance your Life - Biodanza in Holland - <http://www.danceyourlife.eu>

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