This is a migrated thread and some comments may be shown as answers.

compatible aspx page with ie, chrome and safari

3 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 10 Dec 2012, 11:14 AM
Hello guys,
i've a webpage that is not comaptible with chrome and safari.
There is a method to make an aspx page is compatible with IE with Chorme and Safari? For example, a meta tag ... look at my page with a zoom of 100% chrome and then with a zoom of 25%, dimansioni change the text of the label, and the LinkButton of the emptymessage of radtextbox

3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 13 Dec 2012, 09:29 AM
Hi Fabio,

The Chrome has minimal font size and in your case the font size stays like in 50% of the original. The rest of the page shrinks to 25% and this is why it looks differently than in 100%.
If you use very large font size in the first place, it will be big enough in 25% so the browser will keep the same ratio.

All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Fabio Cirillo
Top achievements
Rank 1
answered on 13 Dec 2012, 09:32 AM
Hi,

please can i have a example code?
0
Vasil
Telerik team
answered on 13 Dec 2012, 09:46 AM
Hi Fabio,

Try to use this CSS:
p {font-size:400%}

So when you shrink it down to 25% it will look like 100%. See the references below for more information on the subject:

http://www.w3schools.com/cssref/pr_font_font-size.asp
http://silverwav.wordpress.com/2012/11/30/notes-chromes-built-in-page-zoom-and-minimum-font-size-no-need-for-an-extension-probably/
http://stackoverflow.com/questions/2295095/font-size-12px-doesnt-have-effect-in-google-chrome

Kind regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Fabio Cirillo
Top achievements
Rank 1
Share this question
or