Re: [WSG] Serving Different Content to Returning Visitors

2007-07-27 Thread Designer
Daniel Kendrick wrote: I am curious if there is a way to serve up different pages to returning visitors so its different than that of a first time visitor. If PHP is an option, you can produce a different 'effect' by having an array and randomly selecting the content. At it's simplest

Re: [WSG] an inline element (inside a block element) sibling ofanother block element

2007-07-27 Thread Rimantas Liubertas
I think I'd like to hear from someone really into this stuff - because I realized that my interpretation would outlaw this: div img /div and surely that must be okay, no? I am confused, what problem do you try to solve? Yes, according to specification and DTD as shown earlier it is ok to

Re: [WSG] an inline element (inside a block element) sibling ofanother block element

2007-07-27 Thread E Michael Brandt
We are discussing the current draft of html5: http://www.whatwg.org/specs/web-apps/current-work/#block-level btw, my example of div img /div was not a good one as the proposed new rule allows either inline OR blcok level elements within a div, just not both. however it does seem to say this

Re: [WSG] Target 1st item in list

2007-07-27 Thread David Dorward
On 27 Jul 2007, at 00:08, Nick Roper wrote: I need to target the 1st item in a list. http://www.w3.org/TR/CSS2/selector.html#first-child But: http://www.webdevout.net/browser-support-css#css2pseudoclasses -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/

Re: [WSG] an inline element (inside a block element) sibling ofanother block element

2007-07-27 Thread E Michael Brandt
I think I'd like to hear from someone really into this stuff - because I realized that my interpretation would outlaw this: div img /div and surely that must be okay, no? -- E. Michael Brandt www.divaHTML.com divaGPS : you-are-here menu highlighting divaFAQ : FAQ pages with pizazz

RE: [WSG] HELP with CSS

2007-07-27 Thread Ted Drake
Hi Olajide Your page suffers from a common ailment. You are approaching CSS before structural markup. You need to re-build your page with semantic markup and then apply the CSS. Here are some common problems that you have. Multiple h1 elements. The H1 should only appear once and should define

Re: [WSG] Serving Different Content to Returning Visitors

2007-07-27 Thread Daniel Kendrick
Huh... I had considered using PHP for something similar. I honestly wouldnt have thought to use it like that. I appreciate it you have given me a great idea. If it works ill post my results :) --D On 7/27/07, Designer [EMAIL PROTECTED] wrote: Daniel Kendrick wrote: I am curious if there

RES: [WSG] HELP with CSS

2007-07-27 Thread SosCpdGMail
Hello Ted There is, somewhere, a reference or tutorial of how can we read and learn about the structural way and css? I have look around many and many approaches to this subject, in many and many different ways like books, googling and sources. Its hard to pick one. Any of them always have a