1 Replies - 683 Views - Last Post: 21 January 2012 - 09:55 AM

Topic Sponsor:

#1 narekm  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 47
  • Joined: 23-March 11

Css in multiple browsers

Posted 21 January 2012 - 08:47 AM

Hello . I would like you to know that I have been and I am still into PHP . I already have expanded my PHP knoweldge until design patterns .but I wrote a serach engine application (which pulled out photos from fickr using its API) and i gave some margins to search text-fieled and it appeared it looked fine in FireFox but when I tried on Chrome woalaaaaa it was messed up and the same with IE.
When I am styling a web page how do make sure my css is cross browser compatable ?
I have some knowlede in CSS I am not a total getter in CSS but I dont know that different browsers' specicfic issues .
Can you help me with the basics of cross browser stuff. Like
1.
2.
3....

For example do I have to do this

if(IE){ IE style}
if(Chrome){Chrome style}

Or even worse for different versions of the same browser .
I did my best to explain my question as clear as possible . Thank you very much for your time .

Is This A Good Question/Topic? 0
  • +

Replies To: Css in multiple browsers

#2 Finney_3  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 55
  • Joined: 17-April 10

Re: Css in multiple browsers

Posted 21 January 2012 - 09:55 AM

Hey I just read your post, I saw that you haven't got any answer. I usually set up a reset for all my style sheets. Here is a link to a website that will show you what you need for the browsers. I hope this helps you.
http://www.catswhoco...wser-css-coding
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1