Hello just really a simple question (I hope). I have a border used by a <ul> tag. I wonder If I can change the border size to make it bigger in width and height?
I encountered a table border line CSS problem in Firefox, when the CSS border-collapse is collapse, and have 2 merged ce开发者_StackOverflowlls, one of them has a 1px border. An extra unwanted border
The problem: Here is what I do body { border: 0; } as was suggested here: Removing border from WebBrowser control
Is there way to create a border that is onl开发者_开发知识库y on the top, left, and right sides? Yes:
I have a CSS problem when the html page is rendered on iPad. Everything works good in other browsers. The problem is that I get a small space between the cells in my tables as you can see in the pictu
Ive been modifying a form today, and testing it in Chrome. I noticed that on selecting a textbox, with border: 0 or none, it still puts a yellow bor开发者_运维问答der around it. Does anyone know of a
I\'m looking to make a border that will serve as a general overlay. I\'m trying to use an 800x480 border with opacity .75 as the overlay. However, it only fills the content of the row it\'s in, not th
I was using simple textarea element and then replaced it with iframe with designMode=\'on\' to give user the possibility to mark some text and make it italic. But I still want an iframe to look like t
I want to create 5 equally sized outer squares across the top of the screen, side-by-side. Each outer square should contain 3 equally sized mini squares, side-by-side, across the top of each outer squ
I have a list of items I\'d like to show in a UITableVi开发者_StackOverflow中文版ewCell. Right now, I\'m simply using a cell.textLabel with commas separating each value, but I\'d like to do something