Society of Telecom Executives
Website details |
GeoCities
This set of pages is hosted on GeoCities, where you too can set up a web site!
80% width tables
I tend to keep my browser window at about 650 pixels wide rather than full screen - apparently the optimum column width for readability is 1.5 alphabets wide: abcdefghijklmnopqrstuvwxyzabcdefghijklm Most pages aren't written to be that narrow though...
html editing
Javascript
|
logoon = new Image(20,20); logoon.src = "on.gif"; logooff = new Image(20,20); logooff.src = "off.gif"; function turn(onoroff) { image = eval("logo" + onoroff + ".src"); document['logo'].src = image; } |
along with the image you want to change and the link you use to change it when the mouse is over it: |
<img src="off.gif" name="logo" width=100 height=30> ... <a href="/CapitolHill/Lobby/4300/link.htm" onMouseOver="turn('on')" onMouseOut="turn('off')"> |
Images
Image width and height
|
<img src="off.gif" name="logo" width=100 height=30> |
This tells your browser how big the image is, so it doesn’t have to download it before it knows where the next bit of text will go on the page; thus the text can be displayed much more quickly by the browser, with the images displaying later as they are downloaded.
Counter
Feedback form
GeoGuide
|
Return
to main Martlesham Branches page
This page is maintained by
Martin Aylett
Page last updated 5 January 1998.
This page hosted by
Get your own Free Home Page