Hopefully this is my last question I need to ask here. I'm getting my grasps on CSS slowly but surely, and since I know she'll read this, thanks for the help HelgatheViking! I didn't have time to formerly thank you in my other posts, just letting you know it's been much appreciated.
Anyways, how would I go about making four seperate images float in the background corners of the #main section? I'm attempting to make the corners rounded with rounded corner images. Also, I can;t seem to figure out how to change the text color of the access menu. I know it's a simple overlooking on my behalf, but any help is apprecitaed. Thank you very much!
ThemeShaper Forums » Thematic
Images that float in corners, and change Text Color in Access?
(4 posts)-
Posted 8 years ago #
-
hi DV- you're welcome!
1. you could add a bunch of empty spans to the header then absolutely position them (plus heights and widths). maybe something like this will help:
http://www.bestinclass.com/blog/2008/css3-border-radius-rounded-corners-ie/
or you could use CSS3 plus a little java for that waywards browser IE
http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser
or
http://dillerdesign.com/experiment/DD_roundies/i've thought about it but never done it, so please post back what you end up doing.
2. its the link color. .sf-menu a or sf-menu li a.... not sure which. look at my mega menu sticky for some help with menu CSS
Posted 8 years ago # -
Thanks Helga!
For the rounded corner images, it looks like I could do something like this:
http://www.zenelements.com/blog/css3-background-images/I'll try it out. The only problem, is I don't know what browsers it supports. Hopefully all of them... I can only test with chrome, safari, and firefox. So IE will be a mystery
Posted 8 years ago # -
you could probably get a decent idea of what it will look like in IE at http://browsershots.org
nice link though... i've always been annoyed by not being able to get 2 different backgrounds on the same element... sometimes leads to extra divs
Posted 8 years ago #
Topic Closed
This topic has been closed to new replies.