Tuesday, 26. June 2007, 10:08:41
CSS rounded corners without images
This is something I've been playing with for years, and I just did a total rewrite on my 'howto' page on the subject.http://battletech.hopto.org/html_tutorials/rounded_css_borders/template.html
the directory
http://battletech.hopto.org/html_tutorials/rounded_css_borders
is unlocked for ease of access.
This is the first semi-completed page for my upcoming site of web tutorials and guides. Only some 80-160 more pages to go...
Just thought I'd share. I'm rather proud of this one.
Tuesday, 26. June 2007, 11:40:21 (edited)
Of course, I particularly like the javascript that by all appearances is bigger than just inlining the markup in the first place... That should be what insertAdjacent is for in IE and innerHTML is for RoW. Also seems overly concerned with using it on inline tags - being it's a bunch of stuff set to display block and what you would use it on, it sounds like he's using tags wrong in the first place.
But then this guy apparantly listens to Eric Meyer, so go figure.
Tuesday, 26. June 2007, 13:18:32
I´ve been trying to figure out a way to give my text-background image rounded corners for the last two days, trying to make an image, and then figuring out the css part ofthe image-story.
Without having looked into your work I come up with a first question:
- Can semi-transparency be used in the colours?
Tuesday, 26. June 2007, 13:54:21
Tuesday, 26. June 2007, 21:46:11
Originally posted by johnnysaucepn:
I hope other browsers pick up on their SVG development and catch up with Opera's internal builds, specifically being able to use SVG image as backgrounds. Perfect solution - one image file, any size, no extra markup!
Which you CAN actually pull off using normal images via javascript or :before/:after on fixed width elements and still have dynamic height via a variant of "Eight corners under one roof"... or by way of CSS3's multiple background images. (Oh, I wish that one was more readily available)
Though using transparant images on the corners using multi-backgrounds without an extra container is not really feasable, but with :before/:after you can.
Wednesday, 27. June 2007, 18:18:12
Forums » Opera Community » General Opera topics » Opera and cross-browser Web design
