Re: [css-d] CSS image/div handling questions...

2007-08-01 Thread Andrew Wallace
gt; > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Wallace > Sent: Monday, July 30, 2007 12:11 AM > To: Aaron Gray > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] CSS image/div handling questions... > >

Re: [css-d] CSS image/div handling questions...

2007-08-01 Thread swidd_bot-css
Try this: div.positionHell {margin-left:-255px;} __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Andrew Wallace
Yep. that's one of the problems I'm trying to fix. I have two divs, one floated right, one floated left. I was trying to push the panorama across both divs by absolute positioning, but that doesn't work well. That's point 3 on my list - is there another way to do this, or some way to force the "bac

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
Hi Andy, > I changed that during my validation run earlier. But now we're > back to square one. Sigh. > > thanks for taking the trouble, Aaron. Thats better, but, the panorama is a bit oddly placed. Heres a screen dump :- http://www.aarongray.org/feedback/screendump.PNG Aaron > Aaron

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Andrew Wallace
Oops, sorry, list. For some reason, IE didn't like : and instead wanted: I changed that during my validation run earlier. But now we're back to square one. Sigh. thanks for taking the trouble, Aaron. andy Aaron Gray wrote: >> Ok, that was excellent advice. I went through my entire site,

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
Sorry the the duplicates ! Something went wrong when mailing :( Aaron __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
> Ok, that was excellent advice. I went through my entire site, and > found quite a bit of cruft to clean up. > > BUT, the problems remain: I am getting a blank blackish page on IE6 >> The easiest way to resolve any html/css problem is to make sure the >> document is valid [1]. There are somethin

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
> Ok, that was excellent advice. I went through my entire site, and > found quite a bit of cruft to clean up. > > BUT, the problems remain: I am getting a blank blackish page on IE6 >> The easiest way to resolve any html/css problem is to make sure the >> document is valid [1]. There are somethin

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
> Ok, that was excellent advice. I went through my entire site, and > found quite a bit of cruft to clean up. > > BUT, the problems remain: I am getting a blank blackish page on IE6 >> The easiest way to resolve any html/css problem is to make sure the >> document is valid [1]. There are somethin

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
> Ok, that was excellent advice. I went through my entire site, and > found quite a bit of cruft to clean up. > > BUT, the problems remain: I am getting a blank blackish page on IE6 >> The easiest way to resolve any html/css problem is to make sure the >> document is valid [1]. There are somethin

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Aaron Gray
> Ok, that was excellent advice. I went through my entire site, and > found quite a bit of cruft to clean up. > > BUT, the problems remain: I am getting a blank blackish page on IE6 >> The easiest way to resolve any html/css problem is to make sure the >> document is valid [1]. There are somethin

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread Andrew Wallace
Ok, that was excellent advice. I went through my entire site, and found quite a bit of cruft to clean up. BUT, the problems remain: 1) maybe 10% down the page, I have a lone vertical - and I can't center the dang image in the div. I've tried "text-align: center" and "margin-right: auto;

Re: [css-d] CSS image/div handling questions...

2007-07-29 Thread David Laakso
Andrew Wallace wrote: > Ok, so I think I'm starting to get a handle on this CSS stuff. Maybe. > I have the following page: > > > http://test.diamondwphotography.com/travel/DisplayTrip.php?n=200706_SWV > > > And I have a few specific issues I'm wrasslin' with. I have images wrapped > in divs, so tha

[css-d] CSS image/div handling questions...

2007-07-29 Thread Andrew Wallace
Ok, so I think I'm starting to get a handle on this CSS stuff. Maybe. I have the following page: http://test.diamondwphotography.com/travel/DisplayTrip.php?n=200706_SWV And I have a few specific issues I'm wrasslin' with. I have images wrapped in divs, so that I can keep image and caption toget