Re: [css-d] A solution (Re: align image to bottom right corner)

2007-08-28 Thread Ingo
On Sun, 26 Aug 2007 19:25:19 -0500 David Merchant [EMAIL PROTECTED] wrote: Silly me, I didn't put the period before my cabinet style .cabinet { margin-right: 7em; } works a lot better than cabinet { margin-right: 7em; } Check out Firebugs Inspect feature - shows the order rules

Re: [css-d] Flexible width in IE.

2007-08-28 Thread Gunlaug Sørtun
Richard Grevers wrote: http://www.wildcatcoffee.co.nz/template.html The layout is centered with a maximum width of 60ems. In addition, the body has a padding so that some of the body background always shows. The CMS template I used as a starting point uses a javascript to emulate

Re: [css-d] alignment position - liquid layout issues

2007-08-28 Thread Ray Leventhal
Rob Unsworth wrote: On Mon, 27 Aug 2007, Ray Leventhal wrote: Mine is based (very strongly) on the 'holy grail' of liquid layouts, from ALA [1]. We're early enough in the dev cycle to switch layouts, but as I consider each challenge a learning experience, I'd love to know what triggered

[css-d] small dropdown problem....

2007-08-28 Thread Kevin Evans
Hello, I'm trying to finish this last bug at http://www.cwwebs.net/bc2007/ index.html The bug appears only in Explorer 6. You will notice there are dropdowns on the main yellow buttons at the top. All the dropdowns work except for the Other Topics link at the very right side. it works

[css-d] Falling apart in Mac IE5

2007-08-28 Thread Anne Pennington
I know this is not really important nowadays but I do like thing to work, even if not totally in Mac IE5. Could some kind soul have a look at: http://www.digitalplot.co.uk/patrickcurry/ The main part is disappearing off to the right, if I take the menus out but leave the navigation div it

[css-d] css navigation

2007-08-28 Thread JGardner
Hello all, I am wanting to learn how to do a css horizontal menu which has a 2nd level nav bar. I have tried to do a Google search for this but have not found what I am looking for. This might due to the fact that I don't know what to call it. I am looking for one where the secondary nave

Re: [css-d] css-d Digest, Vol 57, Issue 30

2007-08-28 Thread terriphillips
I will be away on vacation until September 4th. I will reply to requests on my return. Best regards, Terri Phillips __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] CSS shadows for centered images

2007-08-28 Thread Dan Craciun
I'm using Gallery 2.2 and the old slider theme. I'm trying to modify it so it shows a shadow with the main img. (10 px shadow on the right and bottom, gif created in photoshop). For 3 hours now I can't convince the shadow div (umbra) to collapse *and* keep it's alignment centered (both vertical

Re: [css-d] need help on managing parenthesis with right to left

2007-08-28 Thread Patrick Aljord
thank you very much fantasai, I was able to fix all my problems using your great advices :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] CSS shadows for centered images

2007-08-28 Thread Ingo Chao
Dan Craciun wrote: I'm using Gallery 2.2 and the old slider theme. I'm trying to modify it so it shows a shadow with the main img. (10 px shadow on the right and bottom, gif created in photoshop). For 3 hours now I can't convince the shadow div (umbra) to collapse *and* keep it's alignment

Re: [css-d] css navigation

2007-08-28 Thread David Hucklesby
On Tue, 28 Aug 2007 08:19:10 -0700 (PDT), JGardner wrote: I am wanting to learn how to do a css horizontal menu which has a 2nd level nav bar. Hi Jennifer, Check out the Wiki[1]. There is a link Gallery of CSS menus : vertical, horizontal, drop-down, graphical,... that may help. [1]

Re: [css-d] small dropdown problem....

2007-08-28 Thread David Hucklesby
On Tue, 28 Aug 2007 10:49:05 -0400, Kevin Evans wrote: I'm trying to finish this last bug at http://www.cwwebs.net/bc2007/ index.html The bug appears only in Explorer 6. You will notice there are dropdowns on the main yellow buttons at the top. All the dropdowns work except for the Other

Re: [css-d] css navigation

2007-08-28 Thread Alan Gresley
JGardner wrote Hello all, I am wanting to learn how to do a css horizontal menu which has a 2nd level nav bar. I have tried to do a Google search for this but have not found what I am looking for. This might due to the fact that I don't know what to call it. I am looking for one

Re: [css-d] text at the bottom of a div

2007-08-28 Thread Donna Iwan Setiawan
this should work div style=position:relative;width:200px;height:200px;border:1px solid; div style=position:absolute;bottom:0this is text/div /div doi On Aug 28, 2007, at 4:53 AM, Larry Rappaport wrote: In a div which is sized by javascript, is there a way to force text to the bottom?

[css-d] Firefox 2.0.0.6 printing issue

2007-08-28 Thread Brian Walk
I was notified recently that Firefox 2.0.0.6 users are experiencing issues when printing pages of content that extend beyond an 8.5 by 11 page. ( I just upgraded from a previous version, 1.7.0 (?) myself today, so I am not sure how many iterations have come and gone between them). Using

Re: [css-d] css navigation

2007-08-28 Thread Peter
JGardner wrote: Hello all, I am wanting to learn how to do a css horizontal menu which has a 2nd level nav bar. I have tried to do a Google search for this but have not found what I am looking for. This might due to the fact that I don't know what to call it. I am looking for one where

[css-d] Firefox bug on CSS white-space property

2007-08-28 Thread Julián Landerreche
Hi all. First: sorry, I'm double posting this on two lists so anyone can confirm this (before reporting to Mozilla). The issue is simple (you will see it better by just creating a testing html with the snippet below): - there is a white-space:nowrap property (in the stylesheet) applied to the a

Re: [css-d] Firefox bug on CSS white-space property

2007-08-28 Thread fantasai
Julián Landerreche wrote: Hi all. First: sorry, I'm double posting this on two lists so anyone can confirm this (before reporting to Mozilla). The issue is simple (you will see it better by just creating a testing html with the snippet below): - there is a white-space:nowrap property (in

Re: [css-d] Firefox 2.0.0.6 printing issue

2007-08-28 Thread Ingo Chao
Brian Walk wrote: ... Using Firefox 2.0.0.6, go to www.niu.edu/phys_plant/departments/maintenance.shtml and do a print preview. You will notice that Firefox is dividing the page up into three sections: the header, which only features the logo; the content area, which cuts off some content

Re: [css-d] Firefox 2.0.0.6 printing issue

2007-08-28 Thread Gunlaug Sørtun
Brian Walk wrote: www.niu.edu/phys_plant/departments/maintenance.shtml does anyone know if there has been a change in how Firefox interprets a print style sheet that might cause it to preview and output as I described above, and if so, can you suggest a remedy. Have no idea what they've

Re: [css-d] Falling apart in Mac IE5

2007-08-28 Thread Philippe Wittenbergh
On Aug 28, 2007, at 10:24 PM, Anne Pennington wrote: I know this is not really important nowadays but I do like thing to work, even if not totally in Mac IE5. Could some kind soul have a look at: http://www.digitalplot.co.uk/patrickcurry/ The main part is disappearing off to the right,