[css-d] Opa

2010-04-08 Thread mat
http://sites.google.com/site/df3retegtr/dxmp1v __ 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/

Re: [css-d] Elastic and liquid layout

2006-05-29 Thread mat
V.V.Nice! works in (latest OS + browsers) Safari Version 2.0.3 (417.9.2) Mac + PC Firefox 1.5.0.3 PC Opera 8.52 PC Netscape 8.1 IE7.0.5346.5 Beta 2 My 1024 display has the big words overlapping at text size X5 in Firefox. On 5/29/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > Mark Fellow

Re: [css-d] dithered.com domain expired?

2006-05-24 Thread mat
You can see the full information here: http://www.communis.co.uk/dithered/css_filters/index.html On 5/22/06, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > > On May 22, 2006, at 2:40 AM, liorean wrote: > > >> Does anyone know where the CSS filters page at dithered.com went > >> to? I > >>

[css-d] suckerfish dropdown hover in mozilla

2006-05-10 Thread mat
Please see: http://www.ekstasis.net/z/bbqlodge6/ In the suckerfish driven drop-down menus - I've got Internet Explorer looking as required. When you hover over a second-level list item it goes bold. I cannot get the same appearance in other browsers. If I set the :hover to font-weight: bold (2nd

Re: [css-d] Drop down menu woes

2006-01-26 Thread mat
I see you gave up on this on your site. You can simply fix the problem by adding a line break in the HTML after the parent items. This makes it work in IE and doesn't affect how it works in Firefox/safari/opera. I was hoping one of the CSS experts could suggest how to correct this (for a floated

Re: [css-d] Is it possible to set max-width and min-width in IE

2006-01-18 Thread mat
I would also recommend PIE with it's conditional comments hack just for IE: http://positioniseverything.net/articles/jello-expo.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread mat
Yasmin, I found http://www.wait-till-i.com/& http://onlinetools.org/ very helpful for the DHTML. Christian may agree. On 12/28/05, David Dorward <[EMAIL PROTECTED]> wrote: > > On 28/12/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > > Is there a way to hide/sh

Re: [css-d] site check: ekstasis.net

2005-12-20 Thread mat
In particular, is anyone else seeing issues with Safari / working OK in Safari? thanks. On 12/20/05, mat <[EMAIL PROTECTED]> wrote: > > Happy Winter Solstice / Christmas. > > > Site check please

[css-d] site check: ekstasis.net

2005-12-20 Thread mat
Happy Winter Solstice / Christmas. Site check please: http://ekstasis.net/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-25 Thread mat
Christian, Position: relative makes the second level list items bunch up. Setting link items without position: relative is needed. #nav a { /*link list items*/ display: block; width: 110px; I just used one class for top level backgrounds and another for second level. You could create a

Re: [css-d] Style Switcher Help

2005-11-13 Thread mat
It's difficult to see your initial php code once it's generated html. You may need to check the path: ../switcher.php is only needed if the html is generated from a php file in a sub directory. If it is at root you would just have Switch to the default colours. Please take a look at Rob Ballo