Re: [WSG] ie7 and firefox

2008-03-26 Thread Mordechai Peller

[EMAIL PROTECTED]@R KULEKCİ wrote:
which browser is better to try web site. i rarely look my web site in 
ie. is firefox enough? 
No, you need to test in multiple browsers. Since even two standards 
compliant browsers may render the same page slightly differently, you 
certainly will need to test in IE. While IE7 is better than IE6, which 
in turn was better than IE5, it still falls short of the compliant 
browsers (which themselves are really only almost compliant), the only 
way to know for sure if it renders properly is to test.



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



RE: [WSG] ie7 and firefox

2008-03-25 Thread Kyle Hudson
Try resetting your page with an example such as:

 

* {

margin: 0px;

padding: 0px;

line-height: 1.25px;

}

 

etc.

 

Also is your  browser in standards or quirks mode?

 

You gave a brief description and no XHTML, this may help us more.

 

Kyle

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]@R KULEKCÝ
Sent: 25 March 2008 13:06
To: wsg@webstandardsgroup.org
Subject: [WSG] ie7 and firefox

 

i have a search form and 

 

#formdiv{
 text-align:right; 
 padding:3px;
 padding-right:4px;

}

 

#formdivtext{
border:1px #BCBCBC soild;
margin-right:2px;
}

 

 

my css file is this.

But in ie7 form height is very big but in firefox height is suitable for my
claim!

what can i do to organize it?


***
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] ie7 and firefox

2008-03-25 Thread [EMAIL PROTECTED]@R KULEKCİ
ok, i tried it. thank you! it is suitable a bit. But not completely.
According to you which browser is better to try web site. i rarely look my
web site in ie. is firefox enough?



2008/3/25, Kyle Hudson [EMAIL PROTECTED]:

  Try resetting your page with an example such as:



 * {

 margin: 0px;

 padding: 0px;

 line-height: 1.25px;

 }



 etc.



 Also is your  browser in standards or quirks mode?



 You gave a brief description and no XHTML, this may help us more.



 Kyle



 -Original Message-
 *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
 Behalf Of [EMAIL PROTECTED]@R KULEKCÝ
 *Sent:* 25 March 2008 13:06
 *To:* wsg@webstandardsgroup.org
 *Subject:* [WSG] ie7 and firefox



 i have a search form and



 #formdiv{
  text-align:right;
  padding:3px;
  padding-right:4px;

 }



 #formdivtext{
 border:1px #BCBCBC soild;
 margin-right:2px;
 }





 my css file is this.

 But in ie7 form height is very big but in firefox height is suitable for
 my claim!

 what can i do to organize it?


 ***
 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]
 ***



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


Re: [WSG] ie7 and firefox

2008-03-25 Thread Joseph Ortenzi

or maybe your border attribute needs a diaper? ;-)


#formdivtext{
border:1px #BCBCBC soild;
margin-right:2px;
}


Joe

On Mar 25, 2008, at 13:22, Kyle Hudson wrote:


Try resetting your page with an example such as:

* {
margin: 0px;
padding: 0px;
line-height: 1.25px;
}

etc.

Also is your  browser in standards or quirks mode?

You gave a brief description and no XHTML, this may help us more.

Kyle

-Original Message-
From: [EMAIL PROTECTED]  
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]@R KULEKCÝ

Sent: 25 March 2008 13:06
To: wsg@webstandardsgroup.org
Subject: [WSG] ie7 and firefox

i have a search form and

#formdiv{
 text-align:right;
 padding:3px;
 padding-right:4px;
}

#formdivtext{
border:1px #BCBCBC soild;
margin-right:2px;
}


my css file is this.
But in ie7 form height is very big but in firefox height is suitable  
for my claim!

what can i do to organize it?

***
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]
***


==
Joe Ortenzi
[EMAIL PROTECTED]




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


Re: [WSG] ie7 and firefox

2008-03-25 Thread [EMAIL PROTECTED]@R KULEKCİ
Maybe but i am is new coder :D

2008/3/25, Joseph Ortenzi [EMAIL PROTECTED]:

 or maybe your border attribute needs a diaper? ;-)

 #formdivtext{
 border:1px #BCBCBC soild;
 margin-right:2px;
 }


 Joe

 On Mar 25, 2008, at 13:22, Kyle Hudson wrote:

 Try resetting your page with an example such as:


 * {
 margin: 0px;
 padding: 0px;
 line-height: 1.25px;
 }


 etc.


 Also is your  browser in standards or quirks mode?


 You gave a brief description and no XHTML, this may help us more.


 Kyle


 -Original Message-
 *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
 ] *On Behalf Of [EMAIL PROTECTED]@R KULEKCÝ
 *Sent:* 25 March 2008 13:06
 *To:* wsg@webstandardsgroup.org
 *Subject:* [WSG] ie7 and firefox


 i have a search form and


 #formdiv{
  text-align:right;
  padding:3px;
  padding-right:4px;
 }


 #formdivtext{
 border:1px #BCBCBC soild;
 margin-right:2px;
 }




 my css file is this.
 But in ie7 form height is very big but in firefox height is suitable for
 my claim!
 what can i do to organize it?

 ***
 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]
 ***


 ==
 Joe Ortenzi
 [EMAIL PROTECTED]



 ***
 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]
***