HighDots Forums  

layout information tool for IE

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss layout information tool for IE in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default layout information tool for IE - 04-02-2004 , 10:03 AM






Hi
Is there any tool in existence that will tell you why elements are placed
where they are on the page? What rules has IE followed to place your elements
where they are?
This would be very very useful!

Thanks
F

Reply With Quote
  #2  
Old   
Neal
 
Posts: n/a

Default Re: layout information tool for IE - 04-02-2004 , 10:10 AM






On 2 Apr 2004 07:03:52 -0800, <foldface (AT) yahoo (DOT) co.uk> wrote:

Quote:
Hi
Is there any tool in existence that will tell you why elements are
placed
where they are on the page? What rules has IE followed to place your
elements
where they are?
This would be very very useful!

Thanks
F
Ideally, all browsers would follow http://www.w3.org/TR/html401/ . That's
still the best place to start.

In essence, browsers put content on the screen in the order you list it.
Some elements are block level, others are inline, others different still.
If you know CSS, these pages detail the way W3C recommends browsers
display information: http://www.w3.org/TR/CSS2/sample.html
http://www.w3.org/TR/CSS21/sample.html


Reply With Quote
  #3  
Old   
Barry Pearson
 
Posts: n/a

Default Re: layout information tool for IE - 04-02-2004 , 10:19 AM



foldface (AT) yahoo (DOT) co.uk wrote:
Quote:
Hi
Is there any tool in existence that will tell you why elements are
placed where they are on the page? What rules has IE followed to
place your elements where they are?
This would be very very useful!
I doubt if you can find out *why* IE does what it does. I think sometimes the
answer is "the designer had a bad-hair day"!

If instead you want to know which things you see on the screen are tables,
which are divs, which are lists, etc, this is very easy, even with IE.

Create your own CSS, and tell IE to use it. Tools > Internet Options... >
Accessibility. The CSS may have rules like:
table { border: 1px dotted blue; }
div { border: 1px dotted green; }

But if you want to understand other people's web pages that you see, you would
be better off using either Firefox or Netscape/Mozilla with the web
developer's toolbar. It has a whole array of features for helping to
understand why web pages appear as they do.
http://www.chrispederick.com/work/firefox/webdeveloper/

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/




Reply With Quote
  #4  
Old   
Ray Romano
 
Posts: n/a

Default Re: layout information tool for IE - 04-02-2004 , 10:33 AM



You asked for it - you got it!
http://www.cheztabor.com/IEDocMon/index.htm

<foldface (AT) yahoo (DOT) co.uk> wrote

Quote:
Hi
Is there any tool in existence that will tell you why elements are
placed
where they are on the page? What rules has IE followed to place your
elements
where they are?
This would be very very useful!

Thanks
F



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.