July 9, 201115 yr Hi, I am having trouble trying to apply a border-radius:20px; to my div #wrapper, I want the whole wrapper div to have that radius however when I try to preview it it doesn't show up. I am using Adobe Dreamweaver. Thanks
July 9, 201115 yr Author What version of DW are you using? And what is it your actually trying to do? I am using CS5, basically I have the main wrapper of the my page, on the top and bottom of the wrapper I want there to be a radius, instead of a normal corner.
July 9, 201115 yr how are you previewing it? different browsers need different css http://border-radius.com/
July 9, 201115 yr Author Thanks for the help, I now know what was wrong, my banner image was covering the wrapper so I have to radius that of aswell, works now. Also didn't Mozilla as border-radius functionality so we dont have to use the -moz- property?
July 9, 201115 yr The -moz property is to support older builds of Firefox, before the property was introduced. Always use the official CSS declaration after any browser-specific ones, as a browser will use the last declaration it recognises.
Create an account or sign in to comment