PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > CSS do we discuss it here?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
CSS do we discuss it here?

Réponse
 
LinkBack Outils de la discussion
Vieux 26/10/2007, 07h11   #1
Bacchus God of Wine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut CSS do we discuss it here?

I have switched to building sites based on CSS.

I have a problem with IE, it won't play nice

On about 90% of computers in the world my designs
work ok, but then there are some where they fall apart.

It is something about IE and certain computers.

Does anyone know of any tutorial to hacked
the bad behavior from IE??

Thanks
  Réponse avec citation
Vieux 26/10/2007, 10h01   #2
Chaddy2222
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?

"Bacchus God of Wine" <zoraster@REMOVEmasterwinemaker.com> wrote in message
news:syfUi.1710$Vx3.317@nlpi069.nbdc.sbc.com...
>I have switched to building sites based on CSS.
>
> I have a problem with IE, it won't play nice
>
> On about 90% of computers in the world my designs
> work ok, but then there are some where they fall apart.
>
> It is something about IE and certain computers.
>
> Does anyone know of any tutorial to hacked
> the bad behavior from IE??
>
> Thanks

Maybe check out, http://www.htmldog.com they have some good tutorials. But
as for IE, v 6 does have a lot of bugs with rendering CSS.

--
Regards Chad.
http://freewebdesign.awardspace.biz


  Réponse avec citation
Vieux 26/10/2007, 10h02   #3
Brian Cryer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?

"Bacchus God of Wine" <zoraster@REMOVEmasterwinemaker.com> wrote in message
news:syfUi.1710$Vx3.317@nlpi069.nbdc.sbc.com...
>I have switched to building sites based on CSS.
>
> I have a problem with IE, it won't play nice
>
> On about 90% of computers in the world my designs
> work ok, but then there are some where they fall apart.
>
> It is something about IE and certain computers.
>
> Does anyone know of any tutorial to hacked
> the bad behavior from IE??


Here or alt.html or ... presumably there must be a newsgroups devoted
specifically to css?

I suggest you cross-post here and in alt.html (don't multi-post) with the
url and a description of the problem you are seeing and include the browser
versions that give the problem if you think it is browser specific.
--
Brian Cryer
www.cryer.co.uk/brian



  Réponse avec citation
Vieux 26/10/2007, 10h58   #4
Secret Agent X
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?

Bacchus God of Wine <zoraster@REMOVEmasterwinemaker.com> wrote:

>I have switched to building sites based on CSS.
>
>I have a problem with IE, it won't play nice
>
>On about 90% of computers in the world my designs
>work ok, but then there are some where they fall apart.
>
>It is something about IE and certain computers.
>
>Does anyone know of any tutorial to hacked
>the bad behavior from IE??
>
>Thanks


There is a very simple solution. Keep it simple.

If you tried to drive across the Sahara desert in a Rover Metro would
you complain everytime the car broke down "that it wasn't playing
nice?" or would you accept that perhaps you were trying to force it to
do something beyond its design capabilities?

IE works fine with all the CSS suggestions I give it. All browsers
have problems when you try implementing complex absolute positiong,
layers and the like, because HTML was never designed for that.

X


  Réponse avec citation
Vieux 26/10/2007, 14h34   #5
Beauregard T. Shagnasty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?

Bacchus God of Wine wrote:

> I have switched to building sites based on CSS.


Ahh, moving into the 21st century. ;-)

In answer to the question in your subject line:
comp.infosystems.www.authoring.styesheets

--
-bts
-Motorcycles defy gravity; cars just suck
  Réponse avec citation
Vieux 26/10/2007, 17h35   #6
Bacchus God of Wine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?


>>Thanks

>
> There is a very simple solution. Keep it simple.


thanks but there the slight possibility that I still don't
fully understand CSS yet.


  Réponse avec citation
Vieux 26/10/2007, 18h21   #7
Jeff
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS do we discuss it here?

Bacchus God of Wine wrote:

>>>Thanks

>>
>>There is a very simple solution. Keep it simple.

>
>
> thanks but there the slight possibility that I still don't
> fully understand CSS yet.


Some things are very easy and reliable to do across all browsers. Like
setting fonts and margins and padding (there's a few caveats and
encouragement to use a doctype with a path to get the boxmodel right and
not in quirks mode).

Some things like tableless layouts are very difficult.

My general rule for CSS is to use as few classes as possible and
style by element under a decendant.

In other words, dont do this:

<div>
<p class="fancy">...</p>
<p class="fancy">...</p>
<p class="fancy">...</p>
<p class="fancy">...</p>
<ul class="fancy_list">...
</div>

do this instead:

<div id="fancy">
<p>...</p>
<p>...</p>
<ul>..

and style it like this:

#fancy p{}
#fancy ul{}

and set default styles in the body

body{default styles for page}

You may need to add td and th for some browsers.

I mention that because many people don't do it that way. And you wind
up with a lot of extra unneeded markup.

Jeff

>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 00h48.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11803 seconds with 15 queries