nonethefewer: (Default)
2008-09-18 01:27 pm

(no subject)

Three links I want to remember:

* ColorSchemer Online - not only allows you to choose colours based on hex or rgb, it also gives you complementary colours, hence "schemer".

* HTML and CSS Table Border Style Wizard

* CSS Button Designer
nonethefewer: (Default)
2008-02-28 01:36 pm
Entry tags:

(no subject)

Dumb HTML question.

<span title="Foo.">Text.</span>
creates
Text.

Mouse over 'Text' to see.  In Firefox, I can type for rrroughly 80 characters before it trails off into an ellipsis.  In IE6 and IE7, though, the text wraps.

Why is this?

How can I get around it*?

* Let's assume that I, being smart, already know the "Make it less than 80 characters" answer.