Forum: HTML and CSS 27 Days Ago |
| Replies: 8 Views: 555 Landroverthing,
Agreed it would better like that, and it's very easy to program.
In TEXTBOX.init, you need to add yet another event handler to call go(). Insert the following immediately above... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 8 Views: 555 Landroverthing,
(I'd like a tidy Series I swb 88 myself but that's another story)
My fault. I wrote that in a hurry and had only tested in IE and not FF, which I expect you are using (or Opera).... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 8 Views: 555 Something like this maybe ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Airshow ::... |
Forum: HTML and CSS 29 Days Ago |
| Replies: 4 Views: 467 Nomad,
I would do it with <h1> and <h2> tags, thus making the two lines independent of each other. I think you will find that the :first-line approach will superimpose its 3.5em on the 1.8em... |
Forum: HTML and CSS Oct 24th, 2009 |
| Replies: 6 Views: 378 Sid,
In that case I don't think you can avoid it. At least not in IE, which renders the effect as something in addition to the normal box-model.
If you set border-width to something large - eg.... |
Forum: HTML and CSS Sep 21st, 2009 |
| Replies: 5 Views: 645 Jeffherron,
I'm not sure how to cure your space problem but something you should be aware of is the your page has two forms, one nested inside the other. HTML forms should not be nested as the... |
Forum: HTML and CSS Aug 19th, 2009 |
| Replies: 12 Views: 719 Harry,
I just found time to do some testing.
FF 3.0.13: OK
Opera 9.01 : OK
IE6 : No go - div:hover not supported.
If you want to include IE6, I think you will need to use an <a> tag as... |
Forum: HTML and CSS Aug 13th, 2009 |
| Replies: 11 Views: 801 I recall all sorts of issues with inline divs. Can't remember the detail.
The only CSS I know that works cross browser, as already posted on Daniweb several times, is:
.DIV1 {
width:... |
Forum: HTML and CSS Aug 12th, 2009 |
| Replies: 9 Views: 424 In an internet HTTP url, the first portion "http", is the protocol, followed by "://".
The next portion, up to the next "/", is the host, comprising a hostname and optional port, separated by a... |
Forum: HTML and CSS Jul 27th, 2009 |
| Replies: 4 Views: 395 Best thing would be to purge floats completely but that seems not to be possible because (inexplicably) you lose control of height and width of the li/a elements, at least in IE6 and hence lose some... |
Forum: HTML and CSS May 29th, 2009 |
| Replies: 6 Views: 545 I knew there must be someone somewhere who made a career of it ;) |