Re: [WSG] Best way to clear a float

2007-11-12 Thread Palle
Well, in my opinion - it's alway best practice to use CSS, e.g.

one
two
Content

...

div#one {float:left}
div#two {float:left}
div#content {clear:both}

That should do the trick for you. :)



On Nov 12, 2007 4:58 PM, Likely, James A. <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello,
>
> I am curious to see how others clear floats.
>
> Here is the problem. Div one and two float left and take 50% of the screen.
> Content is to go below the two floats.
>
> one
> two
> Content
>
> In the past I would use:
>
> one
> two
> 
>
> What method are you using to make this work in IE?
>
> Thanks
>
> Jamie
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strange cropping of divs in ie

2007-12-20 Thread Palle
The best way, when trying to get the same results cross browsers is to
use a strict doctype.

ex. for HTML 4.01:
http://www.w3.org/TR/html4/strict.dtd";>

ex. for XHTML 1.0:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>


Good luck!


On Dec 21, 2007 12:52 AM, kevin mcmonagle <[EMAIL PROTECTED]> wrote:
> hi,
> If i can ask an old question, whats the best way to get margins and
> padding to be set the same across all browsers.
> -kevin
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Local W3C CSS Validator for Windows

2009-10-08 Thread Palle
I use Web Developer Toolbar for Firefox to validate local CSS files,
It's great. :)
https://addons.mozilla.org/en-US/firefox/addon/60


/Palle

On Thu, Oct 8, 2009 at 1:48 PM, Daniel Anderson  wrote:
> Can anyone help me with a good W3C CSS Validator that will run on Windows?
> Cheers
> Daniel
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] HTML5 book(s)

2009-12-22 Thread Palle Zingmark
If you need (want) to catch up, I would start with this one. :)

Beginning HTML5 and CSS3: Next Generation Web Standards, by Christopher Murphy
http://www.amazon.com/gp/product/1430228741

Good luck!


/Palle Zingmark

http://www.palleman.nu
http://twitter.com/palleman


On Dec 22, 2009, at 20:10 , designer wrote:

> 
> O.K., so David Laakso's recent mail made me realise that I need (want) to 
> catch up. I looked online for any html 5 books, and there are a LOT!  So, 
> could I please have your recommendations on (recent) books which tell the 
> reader 'how to write html 5'
> 
> Many thanks,
> 
> Bob
> 
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


Palle Zingmark

www.palleman.nu
pa...@palleman.nu




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] HTML 5

2010-01-22 Thread Palle Zingmark
Hi,

There are tons of good HTML 5 tutorials online. :)
Here are my Delicious links regarding HTML 5, should cover most of your 
requests.

http://delicious.com/palleman/html5/


Chers,

Palle Zingmark

pa...@palleman.nu
http://palleman.nu/
http://twitter.com/palleman/





On Jan 22, 2010, at 08:44 , Jayachandran Kandasamy wrote:

> Hi All,
>  
> Anybody is studying HTML 5 tutorial - like the tutorials should have examples 
> and solutions for modern browser compatibility, please share the tutorials if 
> it is available online
>  
> Cheers,
> JC
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***