Re: [css-d] Floating and Wrapping problem project

2008-06-25 Thread Barrett
On Jun 25, 2008, at 9:28 PM, David Laakso wrote: >> >> http://beta.handmade-paper.us/page/CPO/PROD/mbt/00-00-05 > > > Here in Texas, it is all about guns, church, and football. You want > more? > > Semper Fi! > George > I can relate to that being from Tennessee originally... Lates

Re: [css-d] Floating and Wrapping problem project

2008-06-25 Thread David Laakso
Barrett wrote: > Yes that is looking like you got it 99%. > IE 6 does a strange slide right thing with the let gold category > column once you squeeze the page to 800px > > > > >> Barrett wrote: >> >>> Here's the url. >>> http://beta.handmade-paper.us/page/CPO/PROD/mbt/00-00-05 >>> >>> >>

Re: [css-d] Floating and Wrapping problem project

2008-06-25 Thread Barrett
Yes that is looking like you got it 99%. IE 6 does a strange slide right thing with the let gold category column once you squeeze the page to 800px Thanks, Barrett AOL/AIM handmadepaperus On Jun 25, 2008, at 6:12 PM, David Laakso wrote: > Barrett wrote: >> >> Here's the url. >> http://beta.hand

Re: [css-d] Floating and Wrapping problem project

2008-06-25 Thread David Laakso
Barrett wrote: > > Here's the url. > http://beta.handmade-paper.us/page/CPO/PROD/mbt/00-00-05 > > > >> I am having trouble making this fluid so it degrades reasonably to >> 800px. >> With a little luck, some kind soul will fix what you have. I couldn't figure it out. So while we wait,

Re: [css-d] forms cant' be placed below eachother

2008-06-25 Thread David Laakso
jeroen vannevel wrote: > I tried this, but it still doesn't make any difference. > > >> >>> http://www.speedzor.com/members.php >>> >>> >>> >> >> >> #register { >> left: 100px;<---:: add this >> //float : left;<---:: delete this >> } >> >> >> #login { >> left: 100px;<---:: add this >

Re: [css-d] Floating and Wrapping problem project

2008-06-25 Thread Barrett
Doh ! Here's the url. http://beta.handmade-paper.us/page/CPO/PROD/mbt/00-00-05 On Jun 25, 2008, at 3:23 PM, Barrett wrote: > Ok I cry Uncle. I've spent hours and hours trying to figure this > layout > tried everything, read books, drilled the net, started all over > > I am having trouble

Re: [css-d] forms cant' be placed below eachother

2008-06-25 Thread jeroen vannevel
I tried this, but it still doesn't make any difference. > Date: Wed, 25 Jun 2008 15:34:18 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: css-d@lists.css-discuss.org > Subject: Re: [css-d] forms cant' be placed below eachother > > jeroen vannevel wrote: > > So now they are placed r

Re: [css-d] Custom Author Style Sheet for Opera

2008-06-25 Thread Christopher
Thank You. David Laakso wrote: > Christopher wrote: >> Hello, does anyone know how to create a custom author style sheet for >> Opera and then have it open in the options in Opera? >> >> > > > > Google, subject line: Custom Author Style Sheet for Opera > See: Moose > __

Re: [css-d] forms cant' be placed below eachother

2008-06-25 Thread David Laakso
jeroen vannevel wrote: > So now they are placed right below eachother, but I can't move them 100px to > the right. > I've tried it by placing them both in a div, and margin this div, but that > didn't work. > > http://www.speedzor.com/members.php > > greetings, > jeroen > > #register { pos

[css-d] Floating and Wrapping problem project

2008-06-25 Thread Barrett
Ok I cry Uncle. I've spent hours and hours trying to figure this layout tried everything, read books, drilled the net, started all over I am having trouble making this fluid so it degrades reasonably to 800px. The two problem items are the element that contains the Part#, Price, etc

Re: [css-d] forms cant' be placed below eachother

2008-06-25 Thread jeroen vannevel
So now they are placed right below eachother, but I can't move them 100px to the right. I've tried it by placing them both in a div, and margin this div, but that didn't work. http://www.speedzor.com/members.php greetings, jeroen > Date: Tue, 24 Jun 2008 13:08:18 -0400 > From: [EMAIL PROTECTE

Re: [css-d] Border causing extra space!

2008-06-25 Thread Ian Young
> Subject: Re: [css-d] Border causing extra space! > > Ian Young wrote: > > then space is there. > > What Have I missed? > > Ian, > > Try this at the top of your style sheet: > *{margin-top:0;} > That should help. > Thanks Bill, That's what I had missed! That's it fine now. Ian ___

Re: [css-d] Border causing extra space!

2008-06-25 Thread Bill Brown
Ian Young wrote: > Here's one I have not come across before. > Have border around two sides of div but this causes an extra space at the > top of the div in all but IE7. > Style is border:1px solid #a71010;border-left:none;border-top:none > If I comment out border-top then extra space is gone but o

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Bill Brown
Sohail Aboobaker wrote: > The problem that I see using tables is that in order to make changes to > the presentation, you will need to change the HTML code as opposed to > changing the CSS. In dynamic applications, the HTML code is ideally > generated through some sort of application engine (ASP, J

Re: [css-d] Border causing extra space!

2008-06-25 Thread Bobby Jack
I can't reproduce the exact problem in your page, but it sounds very much like it might be a collapsing margins issue, e.g. http://www.fiveminuteargument.com/collapsing-margins - Bobby --- On Wed, 6/25/08, Ian Young <[EMAIL PROTECTED]> wrote: > From: Ian Young <[EMAIL PROTECTED]> > Subject: [c

[css-d] Border causing extra space!

2008-06-25 Thread Ian Young
Here's one I have not come across before. Have border around two sides of div but this causes an extra space at the top of the div in all but IE7. Style is border:1px solid #a71010;border-left:none;border-top:none If I comment out border-top then extra space is gone but of course I have the t

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Bill Brown
Christian Heilmann wrote: > Sohail Aboobaker wrote: >> Thanks Luc, >> >> This looks great and exactly what we were looking for. One Quick thing; How >> do we handle events that span multiple days? >> > Use a table, that's what they are for? Well put, Christian. I'm speaking at a conference in

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Christian Heilmann
Sohail Aboobaker wrote: > Thanks Luc, > > This looks great and exactly what we were looking for. One Quick thing; How > do we handle events that span multiple days? > Use a table, that's what they are for? __ css-discuss [EMAI

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Sohail Aboobaker
Thanks Luc, This looks great and exactly what we were looking for. One Quick thing; How do we handle events that span multiple days? Sohail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Sent: June-25-08 12:00 AM To: Sohail on css-discuss Subject: