[css-d] form field label font

2011-04-13 Thread unnikrishna menon damodaran
hi all gurus out there, am relatively a newbie with css/html. my problem: in the form field below: Mobile NumberHome Tel. Number shows in one row with text area input is fine. but for Home Tel. Number font is showing in serif which is not in the style. i guess it is a problem with label s

Re: [css-d] form field label font

2011-04-13 Thread Chetan Crasta
There are mistakes in the html: There is a span end tag and a label end tag with no corresponding opening tag. Also the label element's "for" attribute's value should be an id of an input element. To find problems with your CSS and HTML, you should use a validator such as http://validator.w3.org/ a

Re: [css-d] form field label font

2011-04-13 Thread Jukka K. Korpela
unnikrishna menon damodaran wrote: my problem: in the form field below: It's generally best to post a URL that demonstrates the problem in context and with all relevant data available. Mobile NumberHome Tel. Number shows in one row with text area input is fine. Well, if the windo

[css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
Hi, I cannot remember how to do this or what it is called. But I am looking for some CSS that allows a number of "menu" or selector links that change the displayed 'div' on the main page, displaying say a different image. Basically I want a single web page that has a number of links that select

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Tim Arnold
On Wed, Apr 13, 2011 at 1:17 PM, Aaron Gray wrote: > Hi, > > I cannot remember how to do this or what it is called. > > But I am looking for some CSS that allows a number of "menu" or selector > links that change the displayed 'div' on the main page, displaying say a > different image. > > Basical

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 18:34, Tim Arnold wrote: > > On Wed, Apr 13, 2011 at 1:17 PM, Aaron Gray wrote: > >> Hi, >> >> I cannot remember how to do this or what it is called. >> >> But I am looking for some CSS that allows a number of "menu" or selector >> links that change the displayed 'div' on the mai

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Kevin A. Cameron
Check out this: http://www.kacevisual.com/files/CSSContentSlide/ Something I put together to emulate a Flash site a client had asked me to recreate. It uses a single div with a fixed height with overflow:hidden, and the content in divs with page ju

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 18:44, Kevin A. Cameron wrote: > Check out this: > http://www.kacevisual.com/files/CSSContentSlide/ > > Something I put together > to emulate a Flash site a client had asked me to recreate. It uses a single > div with a fixed heig

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Chetan Crasta
> http://www.kacevisual.com/files/CSSContentSlide/ > Ingenious. It would be better without the non-semantic empty elements though. ~Chetan __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Tim Arnold
On Wed, Apr 13, 2011 at 1:54 PM, Chetan Crasta wrote: > > http://www.kacevisual.com/files/CSSContentSlide/ > > > > Ingenious. It would be better without the non-semantic empty > elements though. > > ~Chetan > __ > > Pretty cool.

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Kevin A. Cameron
Thanks all :) Definitely imperfect, which I'll correct sometime when I get my portfolio up and together. Kevin __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

Re: [css-d] Side-Header Image...Minor Followup

2011-04-13 Thread David Hucklesby
On 4/12/11 8:43 PM, Andrew C. Johnston wrote: Just a minor followup, sorry to burden the list, but perhaps it will benefit someone. Upon closer inspection the comment code surrounding the javascript must remain, otherwise it throws up a lot of errors when validating. The rest of the comment code

Re: [css-d] Fwd: Re: drop down menu moves the page [solved]

2011-04-13 Thread Martin
On 12/04/11 21:08, John D wrote: See if this article helps: hth While I'm here I was wondering how I can keep the footer (black strip with links and the white one with logos) at the bottom of the screen at all t

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 19:05, Kevin A. Cameron wrote: > Thanks all :) > > Definitely imperfect, which I'll correct sometime when I get my portfolio > up > and together. > > Yes there is a better method, but I still cannot remember how to do it. Aaron ___

[css-d] Safari z-index problem with navigation

2011-04-13 Thread Brett Goodrich
ccbci.org/index-wp.php In Safari the navigation isn't disappearing from the start, nor are the links clickable. Any ideas? -bRETT __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] CSS Problems in IE 9?

2011-04-13 Thread Richard Wendrock Forum
Does anyone know of any CSS problems with IE 9? I have a page that works in IE8 and Firefox but does not display properly in IE9 http://www.PineMillRanch.com/Index.asp The navigation menu is blank in IE 9. Thanks Ahead of time for your help... Take Care, Richard ___

Re: [css-d] CSS Problems in IE 9?

2011-04-13 Thread David Laakso
On 4/13/11 7:20 PM, Richard Wendrock Forum wrote: I have a page that works in IE8 and Firefox but does not display properly in IE9 http://www.PineMillRanch.com/Index.asp The navigation menu is blank in IE 9. Richard Long-shot: write and upload an .htaccess file to the root that re

Re: [css-d] Safari z-index problem with navigation

2011-04-13 Thread Philippe Wittenbergh
On Apr 14, 2011, at 5:12 AM, Brett Goodrich wrote: > ccbci.org/index-wp.php > > In Safari the navigation isn't disappearing from the start, nor are > the links clickable. Any ideas? the subnav is not positioned as expected (off-screen, left: -999em) because of this: div#main-nav ul { display:

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread David Hucklesby
On 4/13/11 10:47 AM, Aaron Gray wrote: On 13 April 2011 18:44, Kevin A. Cameron wrote: Check out this: http://www.kacevisual.com/files/CSSContentSlide/ Something I put together to emulate a Flash site a client had asked me to recreate. It uses

Re: [css-d] CSS Problems in IE 9?

2011-04-13 Thread David Hucklesby
On 4/13/11 4:20 PM, Richard Wendrock Forum wrote: Does anyone know of any CSS problems with IE 9? I have a page that works in IE8 and Firefox but does not display properly in IE9 http://www.PineMillRanch.com/Index.asp The navigation menu is blank in IE 9. It may not be a CSS issue. You are

Re: [css-d] CSS Problems in IE 9?

2011-04-13 Thread Richard Wendrock Forum
>It may not be a CSS issue. You are using Cufon text replacement along with jQuery, but you are using an old version of jQuery (and maybe of Cufon). Try using the latest versions. >BTW - The "Cufon.now()" script goes immediately before the closing BODY tag. That may also be an issue. Not sure... D