Re: [css-d] Wordpress theme floats and footers

2007-07-01 Thread Terry Hamel
Fixed positioning is not supported for IE6 This is a followup to my response per David's request. I got the Dean Edward's IE7 hack to fix IE fixed positioning. I followed the directions on Dean's site, but I'll describe it here so people can cut and paste. Dean's hack uses CSS overrides AND

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread Robert O'Rourke
ByteDreams wrote: I'm working on my very first WP theme. Everything is inside a #wrapper which is underneath the body tag Then I have the following structure: #header body{ top: 0; margin: 0; font-family:Arial, Helvetica, sans-serif font-size:10px; }

[css-d] Wordpress theme floats and footers

2007-06-29 Thread ByteDreams
I'm working on my very first WP theme. Everything is inside a #wrapper which is underneath the body tag Then I have the following structure: #header body{ top: 0; margin: 0; font-family:Arial, Helvetica, sans-serif font-size:10px; } #header{

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: I'm working on my very first WP theme. Everything is inside a #wrapper which is underneath the body tag Then I have the following structure: I plan to add another sidebar for a three-column layout, and widgetize the sidebars, but haven't added the second sidebar yet. What

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread Robert O'Rourke
ByteDreams wrote: Thank you. I've temporarily loaded the theme on my site. It's now worse than it was - than it appeared offline. For instance I had gotten the dock menu working and in the middle, now its back on the left. I don't know what happened now. I can't see straight anymore. I

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread ByteDreams
site is http://bytedreams.com/ But I think I may have botched it beyond understanding, LOL.. Thxs for any help. -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:42 AM To: ByteDreams Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Wordpress

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread ByteDreams
site is http://bytedreams.com/ But I think I may have botched it beyond understanding, LOL.. Thxs for any help. -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:42 AM To: ByteDreams Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Wordpress

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: Here's a theme that apparently works. http://windyroad.org/software/wordpress/vistered-little-theme/ I've looked at his files to see how he got that header working, and tried a few things including using the @media screen hack for IE6. Still, I don't see how he's gotten

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread ByteDreams
Okay - back to the drawing board then... thxs -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 2:06 PM To: ByteDreams Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Wordpress theme floats and footers ByteDreams wrote: Here's a theme

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: Okay - back to the drawing board then... thxs I hope that means back to making one of these http://blog.html.it/layoutgala/ yours, and not top-posting any more. ~dL even more wallpaper trimmed __

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread Terry Hamel
David Laakso [EMAIL PROTECTED] wrote: Fixed positioning is not supported for IE6 True, but it will through a hack. I used the Dean Edwards IE7 CSS hack to get fixed positioning to work on IE6. http://dean.edwards.name/IE7/ __