Re: [WSG] Help. 2 extra words breaks the page

2004-10-08 Thread Nick Gleitzman
Paul, your CSS doesn't validate. This is failing:
div.sidebar {border-left: 1px solid #ccc; width: 200px; float: right; 
padding-left: 5px; padding-vertical-align:text-top;}
Error: Property padding-vertical-align doesn't exist : text-top

Remember to validate!
The problem with IE5 lies with your tables. If you strip out the 
tables, the problem goes away. In particular, the table that you have 
ID'd by summary=content. It has no declared width that I can see, 
in either markup or CSS - and in IE5 it's expanding to fit the 
available content, which puts its RH edge outside your layout box. Add 
a border to this table to see what it's doing.

Try laying out the page without the tables - it may seem more 
difficult, but trust me, you'll get better control in the long run.

HTH
N
___
Omnivision. Websight.
http://www.omnivision.com.au/
On Saturday, Oct 9, 2004, at 04:05 Australia/Sydney, Paul Burchfield 
wrote:

Argh! It wasn't until early this morning that I remembered that I'd 
forgotten to mention that this seems to be specific to IE/Mac v5.

Here are links to screenshots:
http://www.love2tap.com/sidebar/fits.jpg
http://www.love2tap.com/sidebar/bad.jpg
-Paul B.
On Oct 7, 2004, at 6:00 PM, Paul Burchfield wrote:
I'm trying to create a sidebar for web pages at work to allow an 
author a spot to place notes or other quick thoughts.

What I've found is that the amount of text in the sidebar paragraph 
can break the page. At some point an extra t words causes all of the 
text on the page to go beyond the right hand boundary of the page.

It's easier to see than explain.
A version that works can be found at:
http://www.love2tap.com/sidebar/fits.html
And a version that doesn't work can be seen at:
http://www.love2tap.com/sidebar/bad.html
The only difference is the addition of the words justo nec to the 
sodebar paragraph.

Can anyone help me figure out what I'm doing wrong?
If it helps, the CSS I'm using is at:
http://www.love2tap.com/sidebar/css/asto_0404.css
Thanks.
-Paul B.
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Paul Burchfield
I'm trying to create a sidebar for web pages at work to allow an 
author a spot to place notes or other quick thoughts.

What I've found is that the amount of text in the sidebar paragraph can 
break the page. At some point an extra t words causes all of the text 
on the page to go beyond the right hand boundary of the page.

It's easier to see than explain.
A version that works can be found at:
http://www.love2tap.com/sidebar/fits.html
And a version that doesn't work can be seen at:
http://www.love2tap.com/sidebar/bad.html
The only difference is the addition of the words justo nec to the 
sodebar paragraph.

Can anyone help me figure out what I'm doing wrong?
If it helps, the CSS I'm using is at:
http://www.love2tap.com/sidebar/css/asto_0404.css
Thanks.
-Paul B.
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Lea de Groot
On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield wrote:
 What I've found is that the amount of text in the sidebar paragraph 
 can break the page. At some point an extra t words causes all of the 
 text on the page to go beyond the right hand boundary of the page

Well, you'll be happy to know it looked fine in Safari for me :)
Screenshot coming offlist

Lea
-- 
Lea de Groot
Elysian Systems - I Understand the Internet http://elysiansystems.com/
Search Engine Optimisation, Usability, Information Architecture, Web 
Design
Brisbane, Australia
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Jay Smith
On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield [EMAIL PROTECTED] wrote:
 I'm trying to create a sidebar for web pages at work to allow an
 author a spot to place notes or other quick thoughts.
 
 What I've found is that the amount of text in the sidebar paragraph can
 break the page. At some point an extra t words causes all of the text
 on the page to go beyond the right hand boundary of the page.
 
 It's easier to see than explain.
 
 A version that works can be found at:
 http://www.love2tap.com/sidebar/fits.html
 
 And a version that doesn't work can be seen at:
 http://www.love2tap.com/sidebar/bad.html
 
 The only difference is the addition of the words justo nec to the
 sodebar paragraph.
 
 Can anyone help me figure out what I'm doing wrong?
 
 If it helps, the CSS I'm using is at:
 http://www.love2tap.com/sidebar/css/asto_0404.css

What browser are you using? In IE6 and Firefox 1.0 on WinXP everything
appears fine.

Jay
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Alex Kouzemtchenko
On Fri, 8 Oct 2004 14:07:21 +1100, Jay Smith [EMAIL PROTECTED] wrote:
 On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield [EMAIL PROTECTED] wrote:
  I'm trying to create a sidebar for web pages at work to allow an
  author a spot to place notes or other quick thoughts.
 
  What I've found is that the amount of text in the sidebar paragraph can
  break the page. At some point an extra t words causes all of the text
  on the page to go beyond the right hand boundary of the page.
 
  It's easier to see than explain.
 
  A version that works can be found at:
  http://www.love2tap.com/sidebar/fits.html
 
  And a version that doesn't work can be seen at:
  http://www.love2tap.com/sidebar/bad.html
 
  The only difference is the addition of the words justo nec to the
  sodebar paragraph.
 
  Can anyone help me figure out what I'm doing wrong?
 
  If it helps, the CSS I'm using is at:
  http://www.love2tap.com/sidebar/css/asto_0404.css
 
 What browser are you using? In IE6 and Firefox 1.0 on WinXP everything
 appears fine.
 
 Jay
 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 

I don't see a problem either it seems to play nice with all of my
browseres: Firefox 1.0, Firebird 0.7, IE6,  Netscape 7.1 and Opera 7
on Windows XP


-- 
a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=15461amp;t=85;img
border=0 alt=Get Firefox! title=Get Firefox!
src=http://www.spreadfirefox.com/community/images/affiliates/Buttons/80x15/firefox_80x15.png/nbsp;Get
Firefox/a
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**