Tagged Questions

0
votes
1answer
17 views

Is there a way to use a different image for each side of a CSS3 border-image?

On Firefox and Safari, I can use an image for the border with the following CSS: -moz-border-image: url(shadow_left.png) 0 7 0 7 round round; -webkit-border-image: url(shadow_left …
1
vote
7answers
80 views

Drawing empty inline boxes in CSS?

I'm sure this is very simple, but I'm trying to draw a set of small, empty, inline boxes in HTML like the following: <span style="border:1px solid black;height=10px;width=17px" …
0
votes
3answers
123 views

White lines around round border at high zoom level

If I zoom large enough in xamlpadx (500%) I see while lines around the inside of the border. In my app this even happens at normal zoom level in some controls. Why is that and mo …
0
votes
2answers
18 views

Changin a div border with javascript.

I have created a div programaticaly using. var Element; Element = document.createElement('div'); Now I want to change the right and bottom border to "#CCCCCC 1px solid". I don …
0
votes
1answer
199 views

Strange issue with fixed form border styles in Vista

My previous post about this issue didn't got too many answers and it was kinda specific and hard to understand. I think I've managed to understand the problem better and I now beli …
0
votes
1answer
266 views

Reporting Services Borderstyle Property Problem

I am using the matrix control in RS2008. I want to use an expression to set the Value cell (col 2, row 2) of the matrix to have either no border or a double border on the bottom. I …
-1
votes
3answers
58 views

Create the same border type around all my controls

I tried to create my own Border class and then insert it in my controls but then it seems I cannot assign names to everything inside the borders: .. <my:ElementBorder> …
0
votes
2answers
485 views

CSS Float border overlap issues

I'm trying to float a menu to the left of the page, and when it gets large enough to reach the content below, Firefox bumps the content over exactly as it should... except for the …
0
votes
3answers
93 views

IE6 border-bottom: 0 & padding CSS issue.

Hi, I just encountered a IE6 bug that I don't seem to identify over the net. Basically this is when the behavior is triggered: a block element has border, on all sides except bot …
0
votes
2answers
32 views

ASP.Net GridView: Wrong Rendering randomly?

Hi guys, I used much grid views for my own admin overview in my site. Every GridView has a normal border (1px solid black). But randomly the border is not set, here an example: …
7
votes
3answers
2k views

Reset an input control’s border color (HTML/Javascript)

Does anyone know how to reset the border color of an input control once you have modified it using javascript? Useful for validation by highlighting fields that have incorrect or i …
1
vote
1answer
42 views

matplotlib border width

I use matplotlib 0.99 so, I can`t change width of border of subplot.. how can I do it? code like it: fig = plt.figure(figsize = (4.1, 2.2)) ax = fig.add_subplot(111) and the …
-2
votes
1answer
58 views
0
votes
1answer
41 views

IE border on opacity change

Hi, when I want to animate a semi transperant image with jquery (e.g. a div with a background who has a shadow) every element who is semi transperant seems to have a black border a …
2
votes
4answers
143 views

Unwanted border around JPanel

I'm creating a form with a JPanel inside it for some graphics and some buttons for controlling the thing. For some reason I have to specify the JPanel to be 10 px less wide and 30 …

1 2 3 4 5 7 next
15 30 50 per page