Tagged Questions
0
votes
2answers
230 views
Changing default browser font-size affecting 3 divs floated inside a header div
Changing a web browsers default font size from 16px adversely affects the layout of the 3 divs that I have floated within my header div. Considering that the 3 header divs are fixed elements and not ...
5
votes
5answers
960 views
How to find the exact font used by the browser
I have used the css style sheet as font-family:arial,helvicta,sans-serif,etc... in a php file when i checked it in browser i dont know which font it is using from the font-family . i wanted to know ...