Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Ed Seedhouse
On Mon, Jun 27, 2011 at 12:02 PM, David Hucklesby wrote: >> Don't know what became of htmldog.com. It's still there from my location in Canada, at http://www.htmldog.com/ Maybe they had some temporary problems. Ed Seedhouse __

Re: [css-d] margins on tr

2011-06-27 Thread fantasai
On 06/27/2011 03:49 AM, Niels Matthijs wrote: Hi all, I know it's not possible to place a margin on a tr-tag, but is there any alternative if tr elements need to be visually separated from each other. Mind that every tr has a border and a gradient background, so trickery using td tags is pretty

Re: [css-d] Any Way to Map font-variant or text-transform to a Font?

2011-06-27 Thread fantasai
On 06/22/2011 04:56 PM, Rick Gordon wrote: Phillipe, that is actually what my decision was, but my concern was with licensing the embedded font. Philippe's suggestion was to use local() rather than src(). That doesn't have any licensing issues -- it just loads the system copy of Copperplate, i

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Colin (Sandy) Pittendrigh
Horizontally-oriented drop down menus often run into trouble when the customer (months or years later) suddenly wants a few more top-level menu blocks, and there isn't enough horizontal space to make it happen. It doesn't take much CSS remodeling to make the same menus orient vertically (and then

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Gabriele Romanato
Consider also the possibility of more interesting effects with CSS3 transitions. It would be the next generation of SuckerFish menus: C3-SFM :-) http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread David Hucklesby
On 6/27/11 8:18 AM, David Laakso wrote: On 6/27/11 10:20 AM, Koen van der Drift wrote: Hi, I was trying to look at a tutorial about drop down menu's from http://www.htmldog.com (called Son of Suckerfish), but all I get are 403 errors (Forbidden, You don't have permission to access / on this ser

Re: [css-d] Dynamic JavaScript set style

2011-06-27 Thread David Laakso
On 6/27/11 2:18 PM, reza amya wrote: I read your tutorial about "Change style sheet" at here: http://www.quirksmode.org/dom/changess.html I have a problem. I will be happy if you could help me solve this problem. Reza Amya I think you may want to contact quirksmode or a scripting [javascrip

[css-d] Dynamic JavaScript set style

2011-06-27 Thread reza amya
hi I read your tutorial about "Change style sheet" at here: http://www.quirksmode.org/dom/changess.html I have a problem. I will be happy if you could help me solve this problem. I created a function to change "style" with javascript dynamically that it is same as below: function set_style (el

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Koen van der Drift
It's working here now too. Must have been a glitch. - Koen. On Mon, Jun 27, 2011 at 11:39 AM, Nick Fitzsimons wrote: > On 27 June 2011 15:20, Koen van der Drift wrote: >> I was trying to look at a tutorial about drop down menu's from >> http://www.htmldog.com (called Son of Suckerfish), but all

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Nick Fitzsimons
On 27 June 2011 15:20, Koen van der Drift wrote: > I was trying to look at a tutorial about drop down menu's from > http://www.htmldog.com (called Son of Suckerfish), but all I get are > 403 errors (Forbidden, You don't have permission to access / on this > server). > It's working for me at

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Nancy Johnson
Interesting.. I just used it not more than 6 wks ago.. I was thinking of upgrading to Superfish.. http://users.tpg.com.au/j_birch/plugins/superfish/ On Mon, Jun 27, 2011 at 11:18 AM, David Laakso wrote: > On 6/27/11 10:20 AM, Koen van der Drift wrote: >> >> Hi, >> >> I was trying to look at a tu

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread David Laakso
On 6/27/11 10:20 AM, Koen van der Drift wrote: Hi, I was trying to look at a tutorial about drop down menu's from http://www.htmldog.com (called Son of Suckerfish), but all I get are 403 errors (Forbidden, You don't have permission to access / on this server). Is this website still active, and

[css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Koen van der Drift
Hi, I was trying to look at a tutorial about drop down menu's from http://www.htmldog.com (called Son of Suckerfish), but all I get are 403 errors (Forbidden, You don't have permission to access / on this server). Is this website still active, and if not, is there another place where I can find t

Re: [css-d] iPad

2011-06-27 Thread David Laakso
On 6/26/11 9:19 PM, David Laakso wrote: Any issues portrait or landscape view? uri: sig link. ~d Thanks to all who replied. ~d -- http://chelseacreekstudio.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-

Re: [css-d] margins on tr

2011-06-27 Thread Philippe Wittenbergh
On Jun 27, 2011, at 7:49 PM, Niels Matthijs wrote: > I know it's not possible to place a margin on a tr-tag, but is there any > alternative if tr elements need to be visually separated from each other. > Mind that every tr has a border and a gradient background, so trickery using > td tags is pre

[css-d] margins on tr

2011-06-27 Thread Niels Matthijs
Hi all, I know it's not possible to place a margin on a tr-tag, but is there any alternative if tr elements need to be visually separated from each other. Mind that every tr has a border and a gradient background, so trickery using td tags is pretty much out of the question. Cross-browser solut