Topic awaiting preservation: BoxLib v1.0.20030701 |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: schillmania.com |
posted 07-03-2003 04:39
http://www.schillmania.com/dev/boxlib |
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-03-2003 20:28
I hated to see this get no reply cuz it's really very neat. That means nothing coming from me however |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-03-2003 20:35
Scott: Very interesting - can I assume the jaggy corners on the blue box are due to the graphics used and not the script? |
Bipolar (III) Inmate From: schillmania.com |
posted 07-03-2003 22:27
Yes, the corners are a simple pixel pattern at the moment - the reason being that GIFs are being used for the corners, and due to transparency issues it's easiest to have a simple "non-dithered" corner. However I was thinking if you can use PNGs for that, you can probably get away with some fancier dithered rounding that would give a smoother, cleaner effect. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-04-2003 04:21
Scott: Cool - its good work. I tracked down CSS-only solutions to rounded corners and they are horrible and massively complicated so this has to be a Good Thing |
Bipolar (III) Inmate From: schillmania.com |
posted 07-04-2003 19:21
Emperor: Thanks for the mention, I'm honored My surname is actually "Schiller", my nickname "Schill" is derivative from that (as you may have guessed, heh). |
Maniac (V) Inmate From: Brisbane, Australia |
posted 07-05-2003 17:39
It would be nice if the css worked with Javascript, as it is if I disable JS I get a completly unstyled page. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-05-2003 19:03
Scott: Ooops - its a Wiki so you can edit it if there is anything wrong (as it is my mistake I'll sort it out). |
Bipolar (III) Inmate From: schillmania.com |
posted 07-05-2003 23:22
Thanks for the comments. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 07-06-2003 06:15
Actually, I was thinking it would be nice if you could just set it up so that it would round the corners of a CSS defined Box (div). So if the user has JS then they see the rounded box, if not then they still see a box, but with just the plain vanilla css coloured square edges defined by pure css. Kinda like some of the ideas proposed for PNG scripts -- use 8-bit alpha PNG image if supported, otherwise use 1 bit alpha gif's... |
Bipolar (III) Inmate From: schillmania.com |
posted 07-07-2003 03:33
Oh shoot, you are right! I was thinking to myself after reading, "you know, it should work without Javascript".. but the problem there was, I wanted to "hide" the CSS from older browsers without using any hacks etc. and the best way I could think of was to use JS to write out a LINK tag. |