Hello!! 
please help!!
I am new at web design and I am building a site for my company.
When I try to resize the site in all browser it resizes just fine, but in Safari I have problem with text resizing. It wont resize enough and falls out of the divs.
Here is the address of my site: http://roartrans.freehostia.com/
Here is the code of the content in header, the one in red div at right
#header_login
height: 50px;
width: 980px;
#login
float: right;
width: 200px;
background-color: #FF3366;
.text_login
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
<div id="header_login">
<div id="login"><a href="#">Ulazak u korisničke stranice</a></div>
</div>
I have tried everything, but is not working, I even set font-size in body from 100% to 70% but still nothing.
Tell me what I am doing wrong
Thank you all in advance
please help!!
I am new at web design and I am building a site for my company.
When I try to resize the site in all browser it resizes just fine, but in Safari I have problem with text resizing. It wont resize enough and falls out of the divs.
Here is the address of my site: http://roartrans.freehostia.com/
Here is the code of the content in header, the one in red div at right
#header_login
height: 50px;
width: 980px;
#login
float: right;
width: 200px;
background-color: #FF3366;
.text_login
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
<div id="header_login">
<div id="login"><a href="#">Ulazak u korisničke stranice</a></div>
</div>
I have tried everything, but is not working, I even set font-size in body from 100% to 70% but still nothing.
Tell me what I am doing wrong
Thank you all in advance