i have a doubt in css border-radius
i have a css code: -moz-border-radius-topleft:50px; i get the result: Is there any possibilities to give like this: ...
i have a css code: -moz-border-radius-topleft:50px; i get the result: Is there any possibilities to give like this: ...
Hi, I display a winform as a dialog (with ShowDialog over a main window). So, I set the FormBorderStyle to None because I wanted neither the control boxes nor the title bar. Though, I would like a border drawn (for example a blue border like normal windows) and keep the ability to move the form. I don't need the ability to resize it. I t...
So a normal popup but without the original borders and styles what comes from the Operating system. Is there a way to style these popups? EDIT: Simply HTML elements are not good like <div> because they cannot be on front of the windows in the OS. ...
I need to place a bottom border under outside positioned bullet. I can't use inside positioning because the text wraps under the bullet. Please let me know if its possible to do what i ask. Thank You. ...
i have an iframe nested inside another iframe, and for both iframes i have these attributes: frameBorder="0" marginWidth="0" marginHeight="0" scrolling="no" Ive also tried: style="border: 0px; margin: 0px; padding: 0px;" It seems that no matter what I try, the border of the inner iframe keeps showing, as well as the padding withi...
In some versions of IE, there is a thin 2px border surrounding the document view port. I haven't noticed it for any other browsers yet. This poses a slight problem in calculating mouse positions for the page and client areas. Originally, I simply subtracted 2 from each of the calculations to account for the border. But then, when I test...