HighDots Forums  

What is a good css template generator site? and min-width

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss What is a good css template generator site? and min-width in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan V.
 
Posts: n/a

Default What is a good css template generator site? and min-width - 03-09-2005 , 07:40 AM






I am using: http://www.csscreator.com/version2/pagelayout.php and choose
HTML 4.01 transitional as I think this means it will be supported by more
browsers. However in Macromedia Dreamweaver 2004 MX it tells me that
'min-width' is not supported in IE 5.0-6.
Is this true?

Does anyone have or know a better css layout generator, that works great
across browsers and looks good in the Macromedia Dreamweaver 2004 MX
designer so 'what I see is what I get?'

thanks,



Reply With Quote
  #2  
Old   
Berislav Lopac
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-09-2005 , 08:48 AM






Dan V. wrote:
Quote:
I am using: http://www.csscreator.com/version2/pagelayout.php and
choose HTML 4.01 transitional as I think this means it will be
supported by more browsers.
You're confusing HTML with CSS.

Berislav




Reply With Quote
  #3  
Old   
Dan V.
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-09-2005 , 09:26 AM



To be more specific I am trying to use CSS in my website and am having
difficulty knowing which each options means what before I generate the CSS
template and what browsers each option supports

E.g.: Strict, transitional... the options are there.

What option would you choose, if you want to support 4+ browsers (And
firefox) and CSS?
And the follow-up - What option would you choose, if you want to support 5+
browsers (And Firefox) and CSS?

thanks for any advice,

"Berislav Lopac" <berislav.lopac (AT) lopsica (DOT) com> wrote

Quote:
Dan V. wrote:
I am using: http://www.csscreator.com/version2/pagelayout.php and
choose HTML 4.01 transitional as I think this means it will be
supported by more browsers.

You're confusing HTML with CSS.

Berislav





Reply With Quote
  #4  
Old   
Berislav Lopac
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-09-2005 , 09:43 AM



Dan V. wrote:
Quote:
To be more specific I am trying to use CSS in my website and am having
difficulty knowing which each options means what before I generate
the CSS template and what browsers each option supports

E.g.: Strict, transitional... the options are there.

What option would you choose, if you want to support 4+ browsers (And
firefox) and CSS?
And the follow-up - What option would you choose, if you want to
support 5+ browsers (And Firefox) and CSS?
By default, browsers ignore what they don't recognize. Therefore, you don't
"choose an option" to support a browser or not. Various doctypes may affect
the way a browser renders things -- see http://hsivonen.iki.fi/doctype/ -- I
guess this is what you actually ask.

Berislav




Reply With Quote
  #5  
Old   
Martin!
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-09-2005 , 09:45 AM



Dan V. wrote:
Quote:
To be more specific I am trying to use CSS in my website and am having
difficulty knowing which each options means what before I generate the CSS
template and what browsers each option supports

E.g.: Strict, transitional... the options are there.

What option would you choose, if you want to support 4+ browsers (And
firefox) and CSS?
And the follow-up - What option would you choose, if you want to support 5+
browsers (And Firefox) and CSS?

thanks for any advice,

"Berislav Lopac" <berislav.lopac (AT) lopsica (DOT) com> wrote in message
news:d0murr$859$1 (AT) garrison (DOT) globalnet.hr...

Dan V. wrote:

I am using: http://www.csscreator.com/version2/pagelayout.php and
choose HTML 4.01 transitional as I think this means it will be
supported by more browsers.

You're confusing HTML with CSS.

Berislav





as you probably guessed: support for css and html specs increases with
increasing browser version. when you start using css you make the choice
of leaving behind some legacy browsers. at the moment only css1 is well
supported, css2 or 2.1 is only partly included.

min-width is part of css2 (i think).

my simple guideline:
ie5+: use css1 (see w3c for the specs) you got a good chance that things
are supported. need some hacks for IE occasionally.
ie4+: stay away from padding and margin (quirks)

in any case, test your site to see what works and what doesnt.

gl.
martin

ps. i think you better learn css in stead of looking for some css generator.

if you


Reply With Quote
  #6  
Old   
C A Upsdell
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-09-2005 , 10:27 AM



Dan V. wrote:
Quote:
To be more specific I am trying to use CSS in my website and am having
difficulty knowing which each options means what before I generate the CSS
template and what browsers each option supports

E.g.: Strict, transitional... the options are there.

What option would you choose, if you want to support 4+ browsers (And
firefox) and CSS?
And the follow-up - What option would you choose, if you want to support 5+
browsers (And Firefox) and CSS?

thanks for any advice,
You may find this useful:

http://www.upsdell.com/BrowserNews/res_doctype.htm

Re min-height, IE does not support it.


Reply With Quote
  #7  
Old   
Dan V.
 
Posts: n/a

Default Re: What is a good css template generator site? and min-width - 03-16-2005 , 04:32 PM



"C A Upsdell" <""cupsdellXXX\"@-@- (AT) XXXupsdell (DOT) com"> wrote

Quote:
Dan V. wrote:
To be more specific I am trying to use CSS in my website and am having
difficulty knowing which each options means what before I generate the
CSS
template and what browsers each option supports

E.g.: Strict, transitional... the options are there.

What option would you choose, if you want to support 4+ browsers (And
firefox) and CSS?
And the follow-up - What option would you choose, if you want to support
5+
browsers (And Firefox) and CSS?

thanks for any advice,

You may find this useful:

http://www.upsdell.com/BrowserNews/res_doctype.htm

Re min-height, IE does not support it.
Thank you, this is the information that I needed.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.