Re: [css-d] stick to bottom

2008-05-30 Thread David Laakso
Daniel Kessler wrote: > I have added a side image to my left column (2-column format). I > cannot get it to stick to the footer black bar. Also, when I added > it, a gap appeared between the content and the header. > Any help on making it stick to the footer bar and the gap would be > appr

[css-d] What is the best way to do a curved corner fluid box

2008-05-30 Thread Carol Swinehart
I need to put a curved corner fluid box on a fluid page. The box will enlarge vertical and horizontally but needs to stay 551px above the bottom of the page. Any suggestions for techniques are most appreciated. Carol __ css-d

Re: [css-d] stick to bottom

2008-05-30 Thread Daniel Kessler
Oh man. Thanks for pointing that out. http://sph.umd.edu/events/wellness/ On May 30, 2008, at 2:32 PM, David Laakso wrote: > Daniel Kessler wrote: >> I have added a side image to my left column (2-column format)... >> >> > > URI? > > -- > http://chelseacreekstudio.com/ > -- Daniel Kessler

Re: [css-d] Site Check please

2008-05-30 Thread David Hucklesby
On Thu, 29 May 2008 12:10:39 -0400, David Laakso wrote: >> > re: > > > One way of doing some of that stuff is to set min/max width and shove the > menu to the > left. A work around for min/max for IE/6 is needed (6 does not support > min/max). [...] > >

Re: [css-d] stick to bottom

2008-05-30 Thread Ionut Gabriel Stan
Here's some info on the mysterious gap: http://developer.mozilla.org/en/docs/Images%2C_Tables%2C_and_Mysterious_Gaps Daniel Kessler <[EMAIL PROTECTED]> wrote: I have added a side image to my left column (2-column format). I cannot get it to stick to the footer black bar. Also, when I adde

Re: [css-d] stick to bottom

2008-05-30 Thread David Laakso
Daniel Kessler wrote: > I have added a side image to my left column (2-column format)... > > > URI? -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] stick to bottom

2008-05-30 Thread Daniel Kessler
I have added a side image to my left column (2-column format). I cannot get it to stick to the footer black bar. Also, when I added it, a gap appeared between the content and the header. Any help on making it stick to the footer bar and the gap would be appreciated. -- Daniel Kessler

Re: [css-d] alignment in netscape

2008-05-30 Thread Melinda Odom
Thanks David! That worked! Best Regards, Melinda Odom Design Hosting, Inc. Web Design, Web Hosting, & Ecommerce Solutions 479-471-0891 CST [EMAIL PROTECTED] http://www.designhosting.biz On May 30, 2008, at 11:16 AM, David Laakso wrote: > object { > width: 636px; > height: 277px; > posit

Re: [css-d] IE6 background color issue

2008-05-30 Thread David Laakso
Christian Kirchhoff wrote: > Hello, > > please take a look at the follwoing page in IE6: > http://www.editura.de/new/links.html > > On my computer the left column is completely white. In other browsers > only the left part of the header of the page is white, the rest of the > leftt column is oran

Re: [css-d] alignment in netscape

2008-05-30 Thread David Laakso
Melinda Odom wrote: > Well I got the flash file to at least be within the blue border by > using the object tag and making it absolute but it is still not lined > up from the left in netscape only. If I put minus values on it then > it messes up the other browsers big time. > > http://eddiea

[css-d] IE6 background color issue

2008-05-30 Thread Christian Kirchhoff
Hello, please take a look at the follwoing page in IE6: http://www.editura.de/new/links.html On my computer the left column is completely white. In other browsers only the left part of the header of the page is white, the rest of the leftt column is orange. When I scroll up and down the page,

Re: [css-d] alignment in netscape

2008-05-30 Thread Melinda Odom
Well I got the flash file to at least be within the blue border by using the object tag and making it absolute but it is still not lined up from the left in netscape only. If I put minus values on it then it messes up the other browsers big time. http://eddieandalice.com/index.html I'm rea

Re: [css-d] Select replacement

2008-05-30 Thread Clark, Martin (M.)
Marvelous! Thanks, that would have taken me forever to work out! regards M. -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Sent: 30 May 2008 16:00 To: Clark, Martin (M.) Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Select replacement Clark, Martin (M.) wro

Re: [css-d] Select replacement

2008-05-30 Thread Gunlaug Sørtun
Clark, Martin (M.) wrote: > http://old.easy-designs.net.whsites.net/articles/replaceSelect/. > Can anyone suggest what I need to do do get the list to drop down > over the top of any other page content? Using the...

[css-d] Select replacement

2008-05-30 Thread Clark, Martin (M.)
I'm looking into some form of replacement for a select box, so that I have more control over the styling, and I found this example from Aaron Gustafson. http://old.easy-designs.net.whsites.net/articles/replaceSelect/. This seems to give me pretty much what I need, with one problem. In IE6, when

Re: [css-d] Submit Button Rollover in IE6

2008-05-30 Thread Mark Wheeler
Hi all, Thanks for all your suggestions. I'll get to experimenting. :) Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- htt

Re: [css-d] how to select an element that does not contain anattrbite

2008-05-30 Thread Gunlaug Sørtun
Jukka K. Korpela wrote: > So :not is not a practical thing to use, except in the rare cases > where it does not matter that it usually doesn't work. Sounds reasonable... Georg -- http://www.gunlaug.no ___

Re: [css-d] how to select an element that does not contain anattrbite

2008-05-30 Thread Jukka K. Korpela
Gunlaug Sørtun wrote: > In CSS, yes... > > http://www.w3.org/TR/css3-selectors/#negation Quoting the cited document: "This is still a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite a W3C Working Draft as other than "work in

Re: [css-d] SUCKERFISH DROP DOWNS NON ALIGNMENT

2008-05-30 Thread Gunlaug Sørtun
ochieng' nelson wrote: > I have this site: ticah.50webs.com > > I want to have the ul li li li aligned at the top irrespective of > length of text for the ul li li. Relevant CSS: #nav li { float: left; padding: 0; wi