[css-d] Site Check PLEASE

2007-08-11 Thread Hairball
I added photo gallery please give pointer on what to improve . Thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

[css-d] Why does font-size not work?

2007-08-11 Thread Robert Tilley
I have the following page: html head style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div /body /html The sample text does not display in large size. If a style is applied to the inner paragraph (p

Re: [css-d] Why does font-size not work?

2007-08-11 Thread Jukka K. Korpela
On Sat, 11 Aug 2007, Robert Tilley wrote: style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div I don't see the point here, and neither do I see the problem you describe: The sample text does not

Re: [css-d] Why does font-size not work?

2007-08-11 Thread David Laakso
On Sat, 11 Aug 2007, Robert Tilley wrote: style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div It works. Perhaps you do not see it because there is no point of reference? Try: !DOCTYPE

[css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Peter Elias
(Disclaimer: I'm probably in over my head here. But willing to work and learn.) I'm using DynaMenu to generate a drop down horizontal menu bar in a PostNuke site. This has worked fine for me on a previous site, where the drop downs line up correctly: http://www.virtualpooh.com/pn/index.php

Re: [css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Ingo Chao
Peter Elias wrote: http://www.virtualpooh.com/pn/index.php here, there is a general ruleset for table, div table, div {...} without a width setting. But http://www.fhcaweb.dreamhosters.com/index.php here, the table and the dynamenu table rules both apply a width of 90%. The drop down is

Re: [css-d] site check please / hairball

2007-08-11 Thread btwien
This is a website I build a year or so ago: http://www.carinainmali.nl Funny isn't it? A little off topic though, sorry for that ;) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] CSS Navigation problems (not your usual nav bar)

2007-08-11 Thread css
Hello, I'm working an order page of sorts which I have dubbed the Tower of Power. An example of this is located here: http://yummygreenbeans.com/sandbox/ I have set this up using an unordered list (an ordered list would be semantically correct I suppose). It looks and functions correctly in

Re: [css-d] drop down menu problem ? CSS or JS issue

2007-08-11 Thread Peter Elias
At 9:08 PM +0200 8/11/07, Ingo Chao wrote: here,...there is a general ruleset for table, div table, div {...} without a width setting. But here... the table and the dynamenu table rules both apply a width of 90%. The drop down is basically a table within an absolutely positioned div. This