Re: [css-d] How will firefox 3 affect web developers?

2007-12-01 Thread gnome
- Original Message -
From: DAVOUD TOHIDY [EMAIL PROTECTED]
Date: Saturday, December 1, 2007 9:03 pm
Subject: Re: [css-d] How will firefox 3 affect web developers?
To: css-d@lists.css-discuss.org

 The differences at the moment seems to be one of presenting a 
 buildingstructure (design) in a set environment vs. providing a 
 flexible data-exchange 
 vehicle (design) for whatever environment.
 Well I believe you have misunderestood the definition of layout 
 stability .
 layout stability does not create a 100% rigid web content rather it 
 creates a
 flexible-rigid web content while increasing the readability and 
 usability of
 web content to provide a better user experience. My portfolio 
 located at:
 http://cssfreelancer.awardspace.com is a sample of such a design .
 
 Thus it provides a flexible-rigid data-exchange 
 vehicle (design) for the web environment.

At +3 steps up from default font in Firefox 2 on Linux, your left side
menu overlaps the text.

David
authenticity, honesty, community
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] footer that 'sticks' at the bottom

2007-07-18 Thread gnome
- Original Message -
From: Frank Piuck [EMAIL PROTECTED]
Date: Wednesday, July 18, 2007 12:31 pm
Subject: Re: [css-d] footer that 'sticks' at the bottom
To: css-d@lists.css-discuss.org

 Arian Hojat wrote:
  Now that you mention fixed positioning, i think you are right 
 Frank, thats
  probably what i want... but i remember IE doesn't support this 
 right? Anyway to get cross browser compatible?

 Arian
 
 Now that you mention it, the time I tried this, it worked for me 
 in 
 Firefox and not in IE.  Sorry.

Works in IE7,  but not earlier versions. One of the folk on the list 
mentioned a JS way to duplicate this for IE7, but I've not bothered to 
implement it.

David
[EMAIL PROTECTED]
authenticity, honesty, community
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Inheritence Problem

2007-05-17 Thread gnome
- Original Message -
From: Conjurer [EMAIL PROTECTED]
Date: Thursday, May 17, 2007 6:59 am
Subject: Re: [css-d] Inheritence Problem
To: Robert Tilley [EMAIL PROTECTED], Css-Discussion Group
css-d@lists.css-discuss.org

 I have never seen an h3 tag nested inside a p tag. Perhaps 
 therein 
 lies your problem.  Usually p tags inherit from h tags because 
 headers are above paragraph levels.
 
 Robert Tilley wrote:
  I am using the Konqueror 3.5.6 browser on Kubuntu Linux.  I need 
 text 
  displayed as white against a dark background.  My initial code 
 applied the 
  color: property to the paragraph.  This does not work:
 
p style=text-align: center; color: white;
  h3Title of Page/h3/p
 
  The solution was to place the color: inside the h3 tag.
 
p style=text-align: center; color: white;
  h3 style=color: white;Title of Page/h3/p
 
  Everything I've read on the 'net says that the h3 should inherit 
 color: 
  white; from the parent, p, tag.  Both h3 and p are inline elements.
 
  What's happening?
 
  Thanks, Bob

Paragraphs and headings don't inherit anything from each other - they're
unique, separate things. They both inherit from body and html, though.

David
[EMAIL PROTECTED]
authenticity, honesty, community
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/