Topic: Problem with Round Corners – CSS Layout (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 01-25-2005 02:44
I am trying to create round corners in CSS based on the tutorial at ?A List Apart? ( http://www.alistapart.com/articles/customcorners2/). I made the graphics and coded the CSS & html. Distinction in the graphics and CSS do exist, hence the reason the copy & paste code did not work. The page does not render as expected in Firefox in particular the footer section. I have spent a week reviewing the CSS and have not discovered my misstep. It?s probably staring me in the face. I beg someone to review my CSS and lead me to a resolving the situation. I am having difficulty understanding margins, relative positioning, and padding in CSS. |
Paranoid (IV) Inmate From: France |
posted 01-25-2005 03:25
Hello and welcome in the Asylum. |
Maniac (V) Inmate From: Lago Paranoá |
posted 02-03-2005 18:47
Rounded corners made using only CSS are easily broken by increasing/decreasing the font size. Use php to generate them on-the-fly. |
Paranoid (IV) Inmate From: France |
posted 02-03-2005 19:00
viol: While you're perfectly right about the methods involving the use of additionnal markup, AFAIK, the rounded corners made with :before and :after pseudo classes plus the content property are completely imune to the problem of font size you mention. At least, I've never met a problem with this method. On the other hand the rounded corners only appear with a CSS2 compliant browser, so it may be problematic |
Maniac (V) Inmate From: Lago Paranoá |
posted 02-03-2005 19:29
Can you please show me a page where your method is being used because I have searched the whole 8,000,000,000 pages of Google and couldn't find a rounded corner made only of CSS that would really work. The best approach, so far, was phpcorner, by hard grok. |
Paranoid (IV) Inmate From: France |
posted 02-03-2005 19:33
The link entitled Rounded corners in CSS in my first message illustrate the fully CSS2 method. In Opera and Gecko based browsers it works like a charm and you can change the font-size at will, but in IE you must say bye bye to the rounded corners. |
Maniac (V) Inmate From: Lago Paranoá |
posted 02-03-2005 19:50
So, IE is not CSS2 compliant? |
Bipolar (III) Inmate From: Minnesota |
posted 02-03-2005 22:59
The Thrashbox that is linked to in the FAQ I have used quite a bit, it works great. |