|
'This is a page dedicated to CSS scripty bits'
This started out as a list of codes to copy and paste, that might
still come.
I'm learning that the reality of building, is different. None the less I've added some very useful links at the bottom. |
|
|
|
|
|
| [ oo1 } |
This is all IMG CSS Copied from unknown page too long ago, thank you any way. |
|
| [ oo2 } |
Borders==CSS Style, with thanks to W3C, without whom none of this could be. |
|
| [ oo3 } | CSS ScrollBars | //--> |
| [ oo4 } | ||
| [ oo5 } | ||
| [ oo6 } |
[ An element can make/have more than one 'CSS attributes/properties'
call. eg ; <table class='bobuncle fannyaunt' ....etc, calls
to CSS ; table.bobuncle {...blablabla! and/or
.fannyaunt {.....tym ti tym ti di , which gives the
table both props'.
The same 'CSS attributes/properties' can be given, in the <style>
dept to different element, in the <body> dept, by stating comma
separated choices/class 'calls',
like, 'p.bobUncle, li.fannyAunt, div.cousinDick {
width:importantinches;.....'. But do then look out for repeated
and/or crossed prop/style command calls ]