Hello,
Where to look when I want to know all the default css settings? for Google Chrome, IE, and Firefox, to start with.
Thanks for helping
Hello,
Where to look when I want to know all the default css settings? for Google Chrome, IE, and Firefox, to start with.
Thanks for helping
You can't really do that. You may be able to find reference guides if you Google it, but they would probably be guess-work. Your best option is probably to use a CSS Reset to make sure every browser is reset to the same CSS, then you have a good base to build on.
Eric Meyer's reset is my favourite: http://meyerweb.com/eric/tools/css/reset/
Firefox's CSS files are in /whereverfirefoxisinstalled/gre/
These two are probably of most interest, but there are some others in there as well which should not be ignored.
forms.css html.css
You can use the Firebug addon to see what is being applied to the page you're working on. When inspecting an element, select "show user agent CSS" from the style dropdown in the right hand panel.
I also recommend using stylesheet to reset.
However for the default settings in Chrome you can:
Use the inspector to see what's going on with your body element.
Use the drop downs on the right to see more styling rules.