[css-d] Is this dumb?

2010-11-10 Thread David McGlone
Hi all,

I've been working on this layout: (w/screenshots from browsershots)
http://www.dmcentral.net/misc and I can't figure out why in IE 8 the whole 
body shifts to the left about 5 pixels and cuts some of the left side off 
according to browserlab.

In IE 7 according to browserlab the body shifts even more to the left than 
IE8 and also shifts the top bar to the right making it flush with the wrapper. 
and in IE 6 with browserlab I get a completly blank page.

Finally, with browsershots, IE7 looks correct except the top bar is still 
shifted to the right. In IE8 I got a completly blank page and in IE6 I get the 
same behavior as IE 7.

Finally my question. Is there a reason I'm getting this odd behavior with the 
screenshot services and I've also been wondering if this is a dumb way to do 
this. It dawned on me I could go with a 4 column layout, but the drawback is 
in order to get the image at the top to span the whole screen, I'd have to add 
it to each of the 4 div's. to me it seems unnecessary.

2nd finally ;-) I can't figure out why this simple layout isn't working.

-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this dumb?

2010-11-10 Thread David McGlone
On Wednesday, November 10, 2010 08:00:24 pm David Laakso wrote:
 On 11/10/10 7:34 PM, David McGlone wrote:
  2nd finally ;-) I can't figure out why this simple layout isn't working.
 
 Cut to the chase.
 Put the html/css file [s] on a public server and provide a clickable
 link to it in your post.

LOL I got chewed out for asking this same question and was told to look at the 
source, so I assumed everybody did it this way. sorry about that.

here ya go http://www.dmcentral.net/include/style/default.css

-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this dumb?

2010-11-10 Thread David Laakso

On 11/10/10 7:34 PM, David McGlone wrote:


2nd finally ;-) I can't figure out why this simple layout isn't working.



Cut to the chase.
Put the html/css file [s] on a public server and provide a clickable 
link to it in your post.

Thanks.
~d

--
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this dumb?

2010-11-10 Thread David McGlone
On Wednesday, November 10, 2010 08:12:59 pm David McGlone wrote:
 On Wednesday, November 10, 2010 08:00:24 pm David Laakso wrote:
  On 11/10/10 7:34 PM, David McGlone wrote:
   2nd finally ;-) I can't figure out why this simple layout isn't
   working.
  
  Cut to the chase.
  Put the html/css file [s] on a public server and provide a clickable
  link to it in your post.
 
 LOL I got chewed out for asking this same question and was told to look at
 the source, so I assumed everybody did it this way. sorry about that.
 
 here ya go http://www.dmcentral.net/include/style/default.css

Oh jz this isn't my night!!

http://www.dmcentral.net/misc/include/style/default.css

I need a vacation!!!

-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this dumb? UPDATE

2010-11-10 Thread David McGlone
On Wednesday, November 10, 2010 07:34:11 pm David McGlone wrote:
 Hi all,
 
 I've been working on this layout: (w/screenshots from browsershots)
 http://www.dmcentral.net/misc and I can't figure out why in IE 8 the whole
 body shifts to the left about 5 pixels and cuts some of the left side off
 according to browserlab.
 
 In IE 7 according to browserlab the body shifts even more to the left
 than IE8 and also shifts the top bar to the right making it flush with the
 wrapper. and in IE 6 with browserlab I get a completly blank page.
 
 Finally, with browsershots, IE7 looks correct except the top bar is still
 shifted to the right. In IE8 I got a completly blank page and in IE6 I get
 the same behavior as IE 7.
 
 Finally my question. Is there a reason I'm getting this odd behavior with
 the screenshot services and I've also been wondering if this is a dumb way
 to do this. It dawned on me I could go with a 4 column layout, but the
 drawback is in order to get the image at the top to span the whole screen,
 I'd have to add it to each of the 4 div's. to me it seems unnecessary.
 
 2nd finally ;-) I can't figure out why this simple layout isn't working.

After I sent this e-mail, I used browserlab and checked the layout that I had 
uploaded to my website and I am getting the correct behavior in IE 7 and IE 8, 
but still getting a blank page with IE 6. :-(

 I have no idea why my local copy looks like crap. It may have something to do 
with me switching from cable internet to DSL today.

-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Is this dumb? UPDATE

2010-11-10 Thread David McGlone
On Wednesday, November 10, 2010 07:55:43 pm David McGlone wrote:
 On Wednesday, November 10, 2010 07:34:11 pm David McGlone wrote:
  Hi all,
  
  I've been working on this layout: (w/screenshots from browsershots)
  http://www.dmcentral.net/misc and I can't figure out why in IE 8 the
  whole body shifts to the left about 5 pixels and cuts some of the left
  side off according to browserlab.
  
  In IE 7 according to browserlab the body shifts even more to the left
  than IE8 and also shifts the top bar to the right making it flush with
  the wrapper. and in IE 6 with browserlab I get a completly blank page.
  
  Finally, with browsershots, IE7 looks correct except the top bar is still
  shifted to the right. In IE8 I got a completly blank page and in IE6 I
  get the same behavior as IE 7.
  
  Finally my question. Is there a reason I'm getting this odd behavior with
  the screenshot services and I've also been wondering if this is a dumb
  way to do this. It dawned on me I could go with a 4 column layout, but
  the drawback is in order to get the image at the top to span the whole
  screen, I'd have to add it to each of the 4 div's. to me it seems
  unnecessary.
  
  2nd finally ;-) I can't figure out why this simple layout isn't working.
 
 After I sent this e-mail, I used browserlab and checked the layout that I
 had uploaded to my website and I am getting the correct behavior in IE 7
 and IE 8, but still getting a blank page with IE 6. :-(
 
  I have no idea why my local copy looks like crap. It may have something to
 do with me switching from cable internet to DSL today.

This wasn't the case. I hooked up my cable because they haven't turned it off 
yet and I'm getting the same results.
-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/