![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have *almost* successfully implemented the CSS rollovers described by Dan Cederholm at his SimpleBits web site (http://www.simplebits.com/notebook/2...rollovers.html) My page is here: http://www.lynngoldstein.com/sarah/test.htm Things seem to work alright, but I am having trouble with the position of the very first GIF file in the menu bar because it is separated from the rest of the GIFs by a larger white gap on its right edge. I cannot figure out the source of this inconsistency and was wondering if someone with a fresh set of eyes could please tell me what is going on? |
#3
| |||
| |||
|
|
Things seem to work alright, but I am having trouble with the position of the very first GIF file in the menu bar because it is separated from the rest of the GIFs by a larger white gap on its right edge. I cannot figure out the source of this inconsistency and was wondering if someone with a fresh set of eyes could please tell me what is going on? snip |
#4
| |||
| |||
|
|
Better yet, he should just use HTML*4.01. |

#5
| |||
| |||
|
|
it hardly matters whether you call it ascii, iso-8859-anything, or utf-8, since they're indistinguishable in the absence of any octet above 255 |
#6
| |||
| |||
|
|
"Alan J. Flavell" <flavell (AT) ph (DOT) gla.ac.uk> a écrit dans le message de news:Pine.LNX.4.61.0411161022350.2917 (AT) ppepc56 (DOT) ph.gla.ac.uk it hardly matters whether you call it ascii, iso-8859-anything, or utf-8, since they're indistinguishable in the absence of any octet above 255 Didn't you meant by the absence of any octet above 127 (0x7F) ? |
#7
| |||
| |||
|
|
Although if you code your page in us-ascii only, then - as far as rendering is concerned, and ignoring the shortcomings of NN4.* versions - it hardly matters whether you call it ascii, iso-8859-anything, or utf-8, since they're indistinguishable in the absence of any octet above 255. |
#8
| |||
| |||
|
|
Starting from the back to look at '127' that one is a control character |
|
of sorts, with its roots in the old punched paper tape era where the only option available to erase a character already punched on tape was to punch out all the other available hole positions too |
|
Like wise; outside of a possible use inside a 'PRE' element (I only know of code points '9', '10' and '13') anything below code '32' is of limited use for practical HTML authoring too. |
![]() |
| Thread Tools | |
| Display Modes | |
| |