, I would say it is up to you to add proper paragraphs
and so forth when you add your own content.
That includes not abusing
and more.
--
-bts
-Motorcycles defy gravity; cars just suck
Re: CSS Margins and Container
am 09.10.2007 03:21:25 von Neredbojias
Well bust mah britches and call me cheeky, on Mon, 08 Oct 2007 13:54:11 GMT
Bruno Barros scribed:
> I have a website template, in which ALL its content is inside a
> id='content'>.
> That div has the following CSS:
>
> #container {
> width: 90%;
> margin-left: auto;
> margin-right: auto;
> }
>
> In Firefox, it works. All the content is contained properly. In
> Internet Explorer 6, it doesn't. Can you tell me what I am doing wrong?
Don't think ie6 understands "margin:auto;".
Best to use a conditional comment and do something like:
width:90%;
margin-left:5%;
or just use this alone.
--
Neredbojias
Half lies are worth twice as much as whole lies.
Re: CSS Margins and Container
am 09.10.2007 03:28:39 von Nick Theodorakis
On Oct 8, 5:31 pm, brunormbar...@gmail.com wrote:
> Visithttp://www.jms-music.co.uk/quattro/and see for yourself.
IE does not know how to properly horizontally center blocks in Quirks
mode. (Actually Firefox doesn't either, but your document is in
Standards mode for Firefox.) The reason that it is in Quirk mode for
IE is that the presence of an xml prolog puts IE into Quirks mode.
See:
Nick
--
Nick Theodorakis
nick_theodorakis@hotmail.com
contact form:
http://theodorakis.net/contact.html
Re: CSS Margins and Container
am 09.10.2007 03:43:19 von dorayme
In article
<1191851651.460546.12310@k79g2000hse.googlegroups.com>,
Bruno Barros wrote:
> I have a website template, in which ALL its content is inside a
> id='content'>.
> That div has the following CSS:
>
> #container {
> width: 90%;
> margin-left: auto;
> margin-right: auto;
> }
>
> In Firefox, it works. All the content is contained properly. In
> Internet Explorer 6, it doesn't. Can you tell me what I am doing wrong?
I have now found the best reference for you to read, could not
find it last time I posted:
--
dorayme
Re: CSS Margins and Container
am 10.10.2007 08:34:53 von zacariaz
On 9 Okt., 03:28, Nick Theodorakis
wrote:
> On Oct 8, 5:31 pm, brunormbar...@gmail.com wrote:
>
> > Visithttp://www.jms-music.co.uk/quattro/andsee for yourself.
>
> IE does not know how to properly horizontally center blocks in Quirks
> mode. (Actually Firefox doesn't either, but your document is in
> Standards mode for Firefox.) The reason that it is in Quirk mode for
> IE is that the presence of an xml prolog puts IE into Quirks mode.
> See:
>
>
>
> Nick
>
> --
> Nick Theodorakis
> nick_theodora...@hotmail.com
> contact form:http://theodorakis.net/contact.html
xhtml 1.1 is a BAD idea.
I am using tha same concept on the site im currently working on, im
using xhtml1.0 strict and it work both in firefox and IE 6.
www.g33kz-inn.org/test/index.htm
Re: CSS Margins and Container
am 10.10.2007 08:37:31 von zacariaz
On 10 Okt., 08:34, zacar...@gmail.com wrote:
> On 9 Okt., 03:28, Nick Theodorakis
> wrote:
>
>
>
>
>
> > On Oct 8, 5:31 pm, brunormbar...@gmail.com wrote:
>
> > > Visithttp://www.jms-music.co.uk/quattro/andseefor yourself.
>
> > IE does not know how to properly horizontally center blocks in Quirks
> > mode. (Actually Firefox doesn't either, but your document is in
> > Standards mode for Firefox.) The reason that it is in Quirk mode for
> > IE is that the presence of an xml prolog puts IE into Quirks mode.
> > See:
>
> >
>
> > Nick
>
> > --
> > Nick Theodorakis
> > nick_theodora...@hotmail.com
> > contact form:http://theodorakis.net/contact.html
>
> xhtml 1.1 is a BAD idea.
>
> I am using tha same concept on the site im currently working on, im
> using xhtml1.0 strict and it work both in firefox and IE 6.
>
> www.g33kz-inn.org/test/index.htm- Skjul tekst i anf=F8rselstegn -
>
> - Vis tekst i anf=F8rselstegn -
edit:
www.g33kz-inn.org/test/include/css/style.css
Re: CSS Margins and Container
am 10.10.2007 08:38:26 von zacariaz
On 10 Okt., 08:37, zacar...@gmail.com wrote:
> On 10 Okt., 08:34, zacar...@gmail.com wrote:
>
>
>
>
>
> > On 9 Okt., 03:28, Nick Theodorakis
> > wrote:
>
> > > On Oct 8, 5:31 pm, brunormbar...@gmail.com wrote:
>
> > > > Visithttp://www.jms-music.co.uk/quattro/andseeforyourself.
>
> > > IE does not know how to properly horizontally center blocks in Quirks
> > > mode. (Actually Firefox doesn't either, but your document is in
> > > Standards mode for Firefox.) The reason that it is in Quirk mode for
> > > IE is that the presence of an xml prolog puts IE into Quirks mode.
> > > See:
>
> > >
>
> > > Nick
>
> > > --
> > > Nick Theodorakis
> > > nick_theodora...@hotmail.com
> > > contact form:http://theodorakis.net/contact.html
>
> > xhtml 1.1 is a BAD idea.
>
> > I am using tha same concept on the site im currently working on, im
> > using xhtml1.0 strict and it work both in firefox and IE 6.
>
> >www.g33kz-inn.org/test/index.htm-Skjul tekst i anf=F8rselstegn -
>
> > - Vis tekst i anf=F8rselstegn -
>
> edit:www.g33kz-inn.org/test/include/css/style.css- Skjul tekst i anf=F8rs=
elstegn -
>
> - Vis tekst i anf=F8rselstegn -
edit edit:
www.g33kz-inn.org/test/includes/css/style.css