[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 -- h

[css-d] Site check Please

2007-08-11 Thread hairball
DUH! Sorry I forgot to add the link been a long night.. Can be seen here. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http:

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

2007-08-11 Thread Robert Tilley
I have the following page: p { color: white; font-size: large; } Sample text of a large size. The sample text does not display in large size. If a style is applied to the inner paragraph () it does display large. Why doesn't the font-size apply from the definition at the beginnin

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

2007-08-11 Thread Jukka K. Korpela
On Sat, 11 Aug 2007, Robert Tilley wrote: > > p { color: white; font-size: large; } > > > > > > > Sample text of a large size. > I don't see the point here, and neither do I see the problem you describe: > The sample text does not display in large size. It does when I test with your code.

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

2007-08-11 Thread David Laakso
> On Sat, 11 Aug 2007, Robert Tilley wrote: > > >> >> p { color: white; font-size: large; } >> >> >> >> >> >> >> Sample text of a large size. >> >> It works. Perhaps you do not see it because there is no point of reference? Try: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> h

[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 How

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 informati

[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 Fire

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