January 26, 201115 yr Hi I would like some advice in creating a rounded corner page layout, as in around the whole page not just a paragraph etc! Can it also be done without using images? Thank you for reading my post King Regards
January 26, 201115 yr I know only for rounding edges in css its is working for images also just create css rule.. All side of edges will be curved.. You can also edit one by one side all sides: img.picture { border-radius:15px; } one by one side: img.picture { border-top-left-radius:15px; border-top-right-radius:15px; border-bottom-left-radius:15px; border-bottom-left-radius:15px; } Try it, it also works for div tags, and tables.. If this is this what you want xD Edited January 26, 201115 yr by ryukcro
January 26, 201115 yr The previous suggestion is the new CSS3 codeand doesn't work in IE6-8 although it does work with any element, so you could create a page wrapper div and apply it to that. If you want to show rounded corners in IE you could use javascript http://www.curvycorners.net/ or use corner images without javascript http://www.wickham43.net/specialeffects.php#roundedcorners
January 26, 201115 yr or forum search and find a very similar question which raises my suspicions that rounded corners is the latest spam-like question http://www.webdesignerforum.co.uk/topic/44920-rounded-corners/page__p__282033__hl__rounded__fromsearch__1#entry282033
January 26, 201115 yr http://bkwebdesignandhosting.co.uk/?p=30 here is my own tutorial... view the link in a modern browser
January 26, 201115 yr http://bkwebdesignan...ing.co.uk/?p=30 here is my own tutorial... view the link in a modern browser ..and a pair of sunglasses for that luminous green text on a white background..
January 28, 201115 yr don't forget if you use BK design's tut to also include the one for web kit based browsers (e.g. safari) -webkit-border etc
Create an account or sign in to comment