Hi
I'm using the following CSS to achieve a rounded border on my DIV
border: 1px solid #999;
border-radius: 6px;
-ms-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
But in IE 6/7/8, even though I'm including the IE specific radius, is not displaying a rounded DIV border (it's displays a square border).
A...
I've got an ItemsControl (in a DockPanel with other stuff) which has a ControlTemplate to provide a ScrollViewer because the items won't fit on the screen. With the given config, I get a strange double-border top and bottom. It looks like a grey line above the top line and another below the bottom line. The sides are unaffected. I ge...
Hi,
I'm creating an invoice at the moment, and there's going to be varying amounts of text on each invoice.
Ideally I'd like to be able to enter content, and as soon as I do that, it'll create a border along the bottom of that row, from A to K if that makes sense.
Is this possible?
Cheers :)
...
Hi, i got an issue on firefox, while all IE, Safari and chrome are working.
<div class="forDiv">ddd</div>
<table class="forTable"> .... </table>
.forDiv {
width:100%;
border:3px solid #236FBD;
background-color: #236FBD;
}
.forTable{
width:100%;
border:3px solid #236FBD;
background-color: #236FBD;
}
in firefox, the div is a bit smal...
Consider this simple markup:
<body>
<div style="border: 2px solid navy; position:absolute; width:100%; height:100%">
</div>
</body>
In the browsers I've tested (Firefox and Chrome) the right and the bottom parts of the border seem to lie outside the window area, since they are not visible. How should I fix my markup or stylesheet so...
How can i take an UIImage and give it a black border? (iphone)
tnx
...
How can i take an UIImage and give it a black border programmatically?
If i can receive code, it will be great.
tnx
...
Hi,
As you can see in this picture, I've got an orange div inside a green div with no top border. The orange div has a 30px top margin, but it's also pushing the green div down. Of course, adding a top border will fix the issue, but I need the green div to be top borderless. What could I do?
html:
<div class="header">Top</div>
<div cl...
I have an image, which I am trying to create a border around it, to make it look nicer. I have sliced an image, to have an image for top right, top, top left, right, left, bottom right, bottom left and bottom..
The border is all fine, except for the corners, can any body help me out here? I think Im missing some CSS. The image appears t...
<input type="text" name="user" class="middle" id="user" tabindex="1" />
Basic text input in html, when you tab or focus into it, Safari will put a blurry blue border around it. For the layout I am working on, this is distracting and does not look right.
FireFox does not seem to do this, or at least, will let me control it with border...
I've seen cool C64 demos showing sprites in the border area of the screen. It shouldn't be possible; I think they managed to fool the graphics chip somehow... How exactly did they do it?
...
so i have a table... to sweeten things up, lets say i have this:
<table style="border: apx #FF0000 solid; width: 1%;">
< tr>
< td>a< /td>
< /tr>
< /table>
they all have a space at the bigging so it will show, in the normal code it does not have the spaces
the table i am doing it different, but it made in php, and i this...
I have border-collapse: collapse set for a table, looks fine except the bottom border is cut-off:
Any workaround for this?
Thanks
...
Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
...
I want to change the color of the bottom border using jquery..Thanks
...
I am trying to insert an iframe into the browser DOM via javascript and want to remove the border if IE but can't seem to. I have tried these to no avail:
iframeElement.style.borderStyle="none";
and
iframeElement.style.frameBorder = "0";
Any suggestions will be much appreciated.
...
Hi
I'm Trying to figure out why I get a black line down the side of my image in Blend 3.
I've imported it from an illustrator file and the image is in a mask layer.
<Grid x:Name="LayoutRoot" Background="White">
<Canvas x:Name="home_page_1_LAYERS_rgb" HorizontalAlignment="Left" VerticalAlignment="Top" Width="1024" Height="773.999...
Hi there,
i would like to draw a border / shadow around a uiscrollview, i know that i could get there with an additional view or scrollview but dont like the handling an drawbacks but i heard that there should be a possibility to dirctly draw a border to a scrollview and that is what i would prefer.
I am quit new to iphone dev so if th...
How can I remove the "classic" indented border from around my WPF ListView control? Setting its BorderThickness to 0 does not get rid of it.
...
I have been searching the net about border-collapse. And it seems it does not really collapse the border on nested table. I wrote a sample HTML and it seems to be ignoring border collapse.
I found a related question here but it seems it is not solved. link text
<html>
<head>
</head>
<body>
<p>dsafhidsljfalkdsjfklsdajfkjsdakl jdsfjasd...