On Fri, Nov 17, 2006 at 08:19:17AM -0600, [EMAIL PROTECTED] wrote:
> having a go trying to help a friend figure out why, in xhtml strict 1.0
> the <br /> that are styled in the css style sheet as follows: .sidemenu
> br {line-height: 3px; .
> However in FF, Netscape and Mozilla it would appear the css style is being
> ignored. The space is too high
It doesn't make much sense to set a line-height on a line break, which
is just a point at which one line ends and another begins. Setting
line height on the paragraph (or whatever) the break is inside would
make more sense.
> Side note: I've noticed in her html she is using tabindex, is that
> standard?
http://www.w3.org/TR/html4/index/attributes.html
--
David Dorward http://dorward.me.uk
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************