Re: [css-d] Hidding text behind a graphic

2008-06-24 Thread Melianor
Christian Kirchhoff wrote: > http://www.mezzoblue.com/tests/revised-image-replacement/ This is a good ressource to look at since the examples have been tested as well! Also one can learn a few more CSS possiblities. regards, Jens _

Re: [css-d] Fixed LI dimension with XHTML

2008-06-11 Thread Melianor
[EMAIL PROTECTED] wrote: > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> > > > http://www.w3.org/1999/xhtml";> > />Test > > > * {border: 0;margin: 0;padding: 0; } body {font-family: > Verdana, Helvetica, Sans-Serif;font-size: .75em; }#menu { > backgro

Re: [css-d] (no subject)

2008-06-09 Thread Melianor
Lee Bettridge wrote: > Hello, > > Is there a way to set a min-height in IE6 so that an element can grow if the > text size is increased, the method needs to be compatible with IE7 and > Firefox / Safari / Opera. > > Thanks. > ___

Re: [css-d] Unwanted space at top of the page

2008-06-09 Thread Melianor
David Laakso wrote: > Fichot Sébastien wrote: >> Le 9 juin 08 à 21:06, David Laakso a écrit : >> >>> Sébastien wrote: URL : http://tinyurl.com/3fdd35 Each comment on Code / Design is welcome. Cheers, S.F. >>> >>> O.K. You asked: >>> >>> >>> Oh. Now

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

2008-06-01 Thread Melianor
Carol Swinehart wrote: > 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 > Hi, The only clean way to do this a

Re: [css-d] Menu Positioning Question

2008-05-25 Thread Melianor
Sohail Aboobaker wrote: > --- > > > >Home >Contact us >Sitemap > > > > > >Languages: > English > Dutch > French > Italian >Spanish > > > > > While this

Re: [css-d] relative or absolute urls?

2007-06-18 Thread Melianor
- Relative URLs with absolute document paths are the best common practice. - Absolute URLs can get tricky and tedious to exchange, especially when you develop the site on a different domain. - Relative URLs with relative document path are actually quite a bad way, since in some cases you might need

Re: [css-d] Centering a floating list.

2007-05-25 Thread Melianor
Hi, sorry i see now what you are trying to do, by wanting to center the list itself as well. http://www.w3.org/TR/html4/loose.dtd";> Untitled Document .mpl { float:left; display: block; text-align:center; font-size:0.9em; padding-right:1em; } .mpl strong { font-size:1.3em; display:block; } .la

Re: [css-d] Centering a floating list.

2007-05-23 Thread Melianor
Hi John, This will not work that way. Your approach is correct in some ways, but no in others. This should be working code, working on IE 7 downwards, Opera, FF, Safari,