navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Browser Incompatibility

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Browser Incompatibility
Page: [1]
 
XooX

 

Posts: 17
Joined: 12/3/2005
Status: offline

 
Browser Incompatibility - 4/29/2006 6:45:15   
Hi

My site has been having problems while viewing in IE, though it appears as I designe it in Firefox. If you look at the page http://xooxonline.info/banreasons.html using IE, you will understand how the text appears so squeezed in a small column. But this problem doesnt appear in Firefox. I tried a little bit in modifying the DTD for the page from loose to strict, etc, but it doesnt seem to work. Please help me in this regard. Thanks for the help in advance.
Tailslide

 

Posts: 6290
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 6:59:30   
Hi

Couple of things. Firstly you've got:

width: 120px;


on that bit of compressed text - so you might want to remove that to get the full width.

Secondly you're using a XHTML 1.1 DOCTYPE which I wouldn't advise in your case - that DOCTYPE must be served as application/xml which IE doesn't understand at all and is therefore completely wasted unless you're going to start complex content negotiation (which I'll assume you're not).

Given your current mark-up I'd stick with the more basic HTML 4 transitional:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to XooX)
XooX

 

Posts: 17
Joined: 12/3/2005
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:15:24   
Thanks Tailslide. I actually used the width because, I did not want to overshoot the page width, and it looked fine on Firefox.


(in reply to Tailslide)
Tailslide

 

Posts: 6290
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:20:47   
To be honest I'm not totally sure why Firefox showed it as it did... ah well - fixed now from the looks of it.

Plus if you change
<style>
in the head of the document to
<style type="text/css">
the page will validate!! Yay!

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to XooX)
XooX

 

Posts: 17
Joined: 12/3/2005
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:30:40   
oh..lots to learn. Not just enough if I make pages with a free editor, I guess.:)

Now, let me move on make these changes to all my other pages as well. Thanks.!

(in reply to Tailslide)
Tailslide

 

Posts: 6290
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:32:16   
I make all my sites with a free editor - HTML-kit.

It ain't the tool it's the brain behind the tool. :)

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to XooX)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:35:08   
quote:

ORIGINAL: Tailslide

It ain't the tool it's the brain behind the tool. :)


Oooh where do I get one of those then? :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Tailslide

 

Posts: 6290
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 7:50:05   
A tool or a brain?

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jaybee)
XooX

 

Posts: 17
Joined: 12/3/2005
Status: offline

 
RE: Browser Incompatibility - 4/29/2006 8:03:44   
quote:

ORIGINAL: Tailslide

A tool or a brain?


I need both..:(

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Browser Incompatibility
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts