Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 10-21-2005, 01:02   #1 (permalink)
Jenny
Civilians

 
Default IE and a mind of its own :(

Hello Group.

I am trying to get me site out of frames as suggested by many of you.
I have managed this except for one tiny ****che in IE.

On all pages opened in IE, if I close them up, as with making the page
narrow by dragging the right side in., anything on the right side drops down
under the menu on the left side.
Mozilla, FF and Netscape are all fine and hold the page together nicely and
close up as should without distorting the layout.

I have posted both css and a demo index page here.

http://wairoa.net/temp/wairoa.css
http://wairoa.net/temp/index.htm

Just op[en index.htm up in IE, drag the right side in and you will see what
I mean ( I hope )
How may I fix the right side ( div.content ) to stay put in IE

Any help would be appreciated, I have been going around in circles for a
week or so but nothing seems to work.

Many thanks
Jenny






 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 10-21-2005, 01:02   #2 (permalink)
Mark Parnell
Civilians

 
Default Re: IE and a mind of its own :(

In our last episode, Jenny <jcaughey@xtra.co.nz> pronounced to
alt.www.webmaster:

> How may I fix the right side ( div.content ) to stay put in IE


Try using a doctype that triggers Standards mode instead of Quirks mode.
At the moment you are relying on the browser's error-correction
mechanism, which differs from browser to browser - even more than their
implementations of the standards. :-)

More info:
http://gutfeldt.ch/matthias/articles/doctypeswitch.html

> Any help would be appreciated, I have been going around in circles for a
> week or so but nothing seems to work.


A couple of other comments:

You will need to remove all the target attributes from your links - at
the moment almost all of them try to open in a new window.

Try increasing the font size in your browser (Firefox here) a few
notches and have a look at your menu.

Nice photo, BTW. :-)

--
Mark Parnell
http://clarkecomputers.com.au
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2005, 01:02   #3 (permalink)
Mark Parnell
Civilians

 
Default Re: IE and a mind of its own :(

In our last episode, Mark Parnell <webmaster@clarkecomputers.com.au>
pronounced to alt.www.webmaster:

> Try using a doctype that triggers Standards mode instead of Quirks mode.


Sorry, should have said - use HTML 4.01, not HTML 4 - 4.01 was an update
of 4 (mostly correcting errors), released in 1999.
http://www.w3.org/TR/html4/appendix/....html#19991224

--
Mark Parnell
http://clarkecomputers.com.au
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2005, 05:00   #4 (permalink)
Toby Inkster
Civilians

 
Default Re: IE and a mind of its own :(

Jenny wrote:

> http://wairoa.net/


claims:

| Wairoa is [...] unique [...] a very wide river runs
| through the center of town

That's not really unique. Many places have a very large river running
through them:

London (Thames)
New York (Hudson)
Paris (Seine)
Budapest (Danube)
Sydney (Paramatta)

Most towns were in fact founded where they were *because* of the river.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2005, 09:02   #5 (permalink)
Charles Sweeney
Civilians

 
Default Re: IE and a mind of its own :(

Mark Parnell wrote

> Try using a doctype that triggers Standards mode instead of Quirks
> mode. At the moment you are relying on the browser's error-correction
> mechanism, which differs from browser to browser - even more than
> their implementations of the standards. :-)


I demand a refund!

I am doing a major overhaul of a site just now. I am viewing it in
Firefox, Opera and IE. Naturally there are slight differences.

I read your post, and thought I would give it a try. I put in this
doctype (didn't have one before):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

I then refreshed each browser. Didn't make a blind bit of difference!

DOCTYPE SHMOCTYPE!

--
Charles Sweeney
http://CharlesSweeney.com
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2005, 09:02   #6 (permalink)
rf
Civilians

 
Default Re: IE and a mind of its own :(

Toby Inkster wrote:

> That's not really unique. Many places have a very large river running
> through them:
>
> London (Thames)
> New York (Hudson)
> Paris (Seine)
> Budapest (Danube)
> Sydney (Paramatta)


You forgot Melbourne (Yarra)

which has the added distinction that their river is upside-down. The mud is
at the top :-)
--
Cheers
Richard.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2005, 09:02   #7 (permalink)
Arne
Civilians

 
Default Re: IE and a mind of its own :(

Once upon a time *Charles Sweeney* wrote:

> Mark Parnell wrote
>
>> Try using a doctype that triggers Standards mode instead of Quirks
>> mode. At the moment you are relying on the browser's error-correction
>> mechanism, which differs from browser to browser - even more than
>> their implementations of the standards. :-)

>
> I demand a refund!
>
> I am doing a major overhaul of a site just now. I am viewing it in
> Firefox, Opera and IE. Naturally there are slight differences.
>
> I read your post, and thought I would give it a try. I put in this
> doctype (didn't have one before):
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> I then refreshed each browser. Didn't make a blind bit of difference!
>
> DOCTYPE SHMOCTYPE!
>


Charles, that single line don't change anything, it's still quirks
(browser guessing) mode.

Add the link to W3C dtd file and see what happends

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

Even better:

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



--
/Arne
Now killing all top posters and posters who don't quote
* How to post: http://www.cs.tut.fi/~jkorpela/usenet/brox.html
* From Google: http://www.safalra.com/special/googlegroupsreply/
-------------------------------------------------------------
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
...with all thy mind Snowden Prayer & Religious Discussion 1 09-13-2007 09:08
Streeeetch that mind!!!!!!!!! Woodmonkey Chit-Chat 1 10-25-2005 12:16
Mind the gap please Dylan Parry Web Design 4 03-10-2005 23:00
I think I have lost my mind ldylvsroses Chit-Chat 20 02-18-2005 19:09
Kerry Changes His Mind conlor Humor 5 10-12-2004 12:25


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 19:52.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.03962 seconds with 19 queries