Jump to content

Css3 Circles


washingtonirvine

Recommended Posts

Let's start with your background-image question:Yes, it is possible, but I don't reccomend using it.It only allows you to stretch the image to 100% width and 100% height, but that does make your image look terrible.If you still want to do it that way, here's how (someone please correct me if I'm wrong):

<img src="background.png" width="100%" height="100%" border="0" style="z-index: -999999;" />

I'm not sure how to do the align thing correctly, but I'd just use padding or margin (and text-align, ofcourse).

Link to comment
Share on other sites

Hi iv been making some circles with css3 and i was wondering if there is a way to center text right through the middle. iv been using the obvious like margin and position but no such luck unless im doing it wrong. also while im here can i have a background image with just the standard image command?
Are those circle modifiers supported on the major browsers? I have never heard of them.
Link to comment
Share on other sites

Assuming he is making the circles using border-radius, only Gecko (Firefox) and Webkit appear to have support at the moment[1].

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...