[css-d] Cross browser question

2007-12-24 Thread Peter Mount
ten go back to for it's articles and I can't ignore it's example. Thanks Peter Mount Web Development for Business Mobile: 0411 276602 [EMAIL PROTECTED] http://www.petermount.com __ css-discuss [EMAIL PROTECTE

[css-d] Fwd: Re: Table borders not working properly

2007-12-27 Thread Peter Mount
> Peter Mount <[EMAIL PROTECTED]> wrote: > > > Steve LaBadie <[EMAIL PROTECTED]> wrote: > > > > I created a calendar with tables and all I want to do is control the > > borders for the table. When I apply CSS all of the tables on the page > >

Re: [css-d] page not working in IE 7 or Vista

2007-12-27 Thread Peter Mount
I suggest you go to this web site: http://www.w3schools.com/ Start with a Strict doctype (I prefer xhtml). Learn xhtml. Learn CSS. Use external files for CSS and JavaScript. Don't use font tags. I think the above will be helpful to you. Peter Mount Web Development for Business [

Re: [css-d] Alignment issues in FF

2008-01-11 Thread Peter Mount
eading the > child selector. You can look up conditional comments as a last resort. > > Have fun > > -- > Peter Mount > Web Development for Business > Mobile: 0411 276602 > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > http://www.petermount.com > >

Re: [css-d] H1-H6 usage

2008-01-11 Thread Peter Mount
support_evolt/ > Hi I've never used h5 or h6 but I think it's a mistake to overuse the tag in place of heading tags. I might use the strong tag to highlight a sentence or paragraph on it's own as well as words or groups of words. I often use h1 to at least h4. Have