English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am using Microsoft Expression Web Designer (Beta), and when I look at may page in different browsers, it displays differently. For example in one browser everything looks great. In another it wraps text, and changes fonts, and makes them overlap. How do I make my page adjust to other browser settings?

2006-12-08 11:36:59 · 5 answers · asked by Sixdayclay.com 1 in Computers & Internet Programming & Design

5 answers

Yes, IE has a different DOM. *sigh* It is the bane of web designers world wide.

Use scaleable values to design things: EMs scale, percentages scale, and word values (CSS: font-weight: bold) scale. I usually set the page width to a percentage, so it looks relatively the same in all browsers. I use ems and percentages whenever possible for sizing.

2006-12-08 12:43:21 · answer #1 · answered by xgravity23 3 · 0 0

Every browser has a different DOM (Document Object Model). This is the architecture that tells the browser how to display your webpage. You should not use an editor if you are worried about that. Instead, go to www.w3schools.com and learn the following:
"Learn HTML"
"Learn CSS"

They are easy and you should get a good grasp of why your site looks different on each browser.

2006-12-08 11:42:55 · answer #2 · answered by comn8u 4 · 0 0

that's because Microsoft uses proprietary extensions and non-standard features... stick with MS and your experiences will only grow!

When you get serious you test in different browsers every day! at least 3!

2006-12-08 12:24:39 · answer #3 · answered by jake cigar™ is retired 7 · 0 0

hi, you're able to do this a pair of approaches. a img {   border: none; } or if basically a hassle-free url: The hyperlink /a Regards, Javalad

2016-10-05 01:49:09 · answer #4 · answered by ? 4 · 0 0

use javascript
it will tell you the browser
navigator.userAgent.toLowerCase();
ex: agt.indexOf("msie") != -1) return 'Internet Explorer'
this will detect ie... look up what all there is with this

2006-12-08 11:45:43 · answer #5 · answered by Nick 5 · 0 0

fedest.com, questions and answers