Thread: word is slightly lower on p.c.
Results 1 to 2 of 2
Related
-
Trimming a word.How? Forum: PHP Forum
Replies: 1 -
How to validate pieces of a word or a word itself in a array? Forum: Javascript Forum
Replies: 2 -
1 word 2 links How do you do it? Forum: HTML Forum
Replies: 3
-
02-07-2005, 02:41 PM #1
word is slightly lower on p.c.
word is about 5 pixels lower on i.e. 6 for p.c.
positioning perfect in (for mac)
safari 1 , netscape 7, i.e. 5.3.
link http://www.heyhenrik.com
#logo {
z-index:3099;
position:absolute;
color: white;
width: 110px;
top: 90px;
left: 636px;
font: normal 18px Helvetica, Verdana, Arial, sans-serif;
}
-
02-09-2005, 01:30 PM #2
Henrik,
I notice a difference in how your page is displayed on Gecko-based browsers and IE 6; some of the borders are thicker in different places, which throws off your text (absolutely positioned).
I also noticed you specified the transitional DOCTYPE. The first thing I would do is change the DOCTYPE to strict; this eliminates many problems across browsers; however, you will almost certainly need to modify your HTML to display as intended.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum