View Single Post
  #7 (permalink)  
Old 05-01-2012, 03:44 PM
webipsum webipsum is offline
Junior Member
 
Join Date: 02-19-12
Posts: 11
iTrader: 0 / 0%
Quote:
Originally Posted by webipsum View Post
Very tks, HTMLBasicTutor.
...text will adjust to the user's resolution: OK!
But does not resize the font, when reduce the browser window.
Some tips?
Sorry HTMLBasicTutor.
...text will adjust to the user's resolution: Does not work...

In CSS:

Code:
.content_index_h01_v01_h02 h2 { font-size:80%; font-weight:bold; color:#FFF; margin-bottom:5%; }
But:
Resolution 1366x768 font-size = 13px
Resolution 1280x768 font-size = 13px
Resolution 1024x768 font-size = 13px

font-size don't resizing.

tks.
 
Reply With Quote