Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I am creating one website in that i am placing the 10 images with "padding-top" attribute. I am developing the website based on chrome . The images are coming correctly in chrome. But, when i am opening my website in firefox the images are not coming in correct format. Images are coming to upper position. How can i solve this issue, is there any solution?
Posted
Comments
bbirajdar 12-Jul-12 2:54am    
The issue is with your CSS..Post your CSS code to analyse
ZurdoDev 12-Jul-12 8:28am    
You firebug or other tools to figure out what is causing it.

1 solution

Hi,
as per your question, try to reset your css first.

Quote:
A CSS Reset (or “Reset CSS”) is a short, often compressed (minified) set of CSS rules that resets the styling of all HTML elements to a consistent baseline.

In case you didn’t know, every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible. For example, most browsers by default make links blue and visited links purple, give tables a certain amount of border and padding, apply variable font-sizes to H1, H2, H3 etc. and a certain amount of padding to almost everything. Ever wondered why Submit buttons look different in every browser?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900