Re: [WSG] Learning Javascript properly

2008-09-18 Thread Stepan Reznikov
Does anyone have any resources? I highly recommend Douglas Crockford's lectures on JavaScript: http://developer.yahoo.com/yui/theater/ * The JavaScript Programming Language * An Inconvenient API: The Theory of the DOM * Advanced JavaScript Douglas also wrote a very good book JavaScript: The

Re: [WSG] preserve whitespace

2007-12-11 Thread Stepan Reznikov
td {text-indent: 1em;} *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED]

Re: [WSG] H1 Backround Image covering my dropdown navigation

2005-09-19 Thread Stepan Reznikov
Hello! Instead of applying z-index toul's and li's of your navigation,apply z-index to #masthead: #masthead { ... z-index: 666;} Here's the problem, is that I have a dropdown nav which i have used before and am currently implementing into this website