![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
#13
| |||
| |||
|
|
On 28 Apr, 10:15, mehstg1319 <meh... (AT) gmail (DOT) com> wrote: http://homepages.feis.herts.ac.uk/~b...ix/matrix.html Why use tick.png when there's a perfectly good character for doing this? Try ✔, or ✔ if you can't get the encodings straight and prefer to use a numeric entity. ✓ ☑ are worth a look too. |
#14
| |||
| |||
|
|
✓ ☑ are worth a look too. I used the tick character before rebuilding and was criticised for using it as it appeared as squares on some systems. |
#15
| |||
| |||
|
|
On Apr 28, 12:51 pm, Andy Dingley wrote: On 28 Apr, 10:15, mehstg1319 wrote: http://homepages.feis.herts.ac.uk/~b...ix/matrix.html Why use tick.png when there's a perfectly good character for doing this? Try ✔, or ✔ if you can't get the encodings straight and prefer to use a numeric entity. ✓ ☑ are worth a look too. I used the tick character before rebuilding and was criticised for using it as it appeared as squares on some systems. |
#16
| |||
| |||
|
|
On 28 Apr, 13:01, mehstg1319 <meh... (AT) gmail (DOT) com> wrote: ✓ ☑ are worth a look too. I used the tick character before rebuilding and was criticised for using it as it appeared as squares on some systems. Which ones? If you do this competently (i.e. use the entity, or set the encoding correctly) then it will work for anything within living memory. I'd venture to suggest that support for this would actually be wider than support for .png formats. Tutors telling you to use absolute positioning for this simple task are in no position to comment on coding standards. |
#17
| |||
| |||
|
|
mehstg1319 wrote: On Apr 28, 12:51 pm, Andy Dingley wrote: On 28 Apr, 10:15, mehstg1319 wrote: http://homepages.feis.herts.ac.uk/~b...ix/matrix.html Why use tick.png when there's a perfectly good character for doing this? Try ✔, or ✔ if you can't get the encodings straight and prefer to use a numeric entity. ✓ ☑ are worth a look too. I used the tick character before rebuilding and was criticised for using it as it appeared as squares on some systems. For the record*, in case you mean me, I didn't *criticise* you for using whatever you were using; I just couldn't tell what they were supposed to be. As I recall, even View Source showed question marks. Added to that is the fact that I'm not so familiar with "ticks" as nomenclature for, um, those things. I call them "check marks". (Or "checks", which some of my fellow Yanks would be keen to cash at a bank.) "Ticks" are nasty little blood-sucking parasitic arachnids. Keep 'em off my browser, please. ;-) *And &Diety; knows the Internet record has to be correct. -- John The UIP:http://improve-usenet.org/ |
#18
| |||
| |||
|
|
Sorry, this is the address to the page http://homepages.feis.herts.ac.uk/~b...ix/matrix.html --Original Message----------------------------------------------- Right, have redesigned the page from the ground up, and all shows as valid XHTML/1.0 Transitional I haven't added any of the javascript to the page yet as I just want to get the page working properly!!! One thing I am not happy with is that two of the Div's are absolute positioned, which I do not like.... Both boxKeyPersonel and boxMoreInfo are absolute positioned, but I cannot figure a way of getting them to sit next to boxAbout properly, if I use inherit, the box drops down below boxAbout. |
#19
| |||
| |||
|
|
On 28 Apr, 15:14, John Hosking wrote: mehstg1319 wrote: On Apr 28, 12:51 pm, Andy Dingley wrote: On 28 Apr, 10:15, mehstg1319 wrote: http://homepages.feis.herts.ac.uk/~b...ix/matrix.html Why use tick.png when there's a perfectly good character for doing this? Try ✔, or ✔ if you can't get the encodings straight and prefer to use a numeric entity. ✓ ☑ are worth a look too. I used the tick character before rebuilding and was criticised for using it as it appeared as squares on some systems. ...I just couldn't tell what they were supposed to be. As I recall, even View Source showed question marks. Have re-implemented the ticks/checks as characters again. Any chance you could let me know John if that is what they show up as in your browser. |
#20
| |||
| |||
|
|
mehstg1319 wrote: Sorry, this is the address to the page http://homepages.feis.herts.ac.uk/~b...ix/matrix.html --Original Message----------------------------------------------- Right, have redesigned the page from the ground up, and all shows as valid XHTML/1.0 Transitional I haven't added any of the javascript to the page yet as I just want to get the page working properly!!! One thing I am not happy with is that two of the Div's are absolute positioned, which I do not like.... Both boxKeyPersonel and boxMoreInfo are absolute positioned, but I cannot figure a way of getting them to sit next to boxAbout properly, if I use inherit, the box drops down below boxAbout. .boxabout * * * * * *add: * * float:left; .boxkeypersonnel * * remove: *position:absolute;top:2px; * * * * * * * * * * * add: * * float:left; .boxmoreinformation *remove: *position:absolute;top:2px;left:731px; * * * * * * * * * * * add: * * float:left; I also would like to know: * * "Why are you using XHTML instead of HTML? * * *Why transitional instead of strict?" Do you have a very good reason for each? -- Gus |
![]() |
| Thread Tools | |
| Display Modes | |
| |