1
vote
1answer
102 views
keep borders in IE with jquery.corner()
Hey there,
I'm using the jQuery plugin "corner": http://www.malsup.com/jquery/corner/
Its almost doing a great job making my divs round at the edges.
The problem is, my divs have borders of 1px …
0
votes
2answers
19 views
div border not surrounding content
HI
i want to give my div's some border but when i do a box is created with all the borders but the contents of teh div are not surrounded!! Any suggestions?
6
votes
8answers
2k views
Firefox 1 pixel bug with border-collapse, workaround?
Is there any workaround for the following "1 pixel to the left" bug?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
0
votes
4answers
456 views
WPF TextBox ugly borders problem
Hi!
I want to override the default TextBox borders in WPF. I have this style that applies on all TextBoxes.
<!-- StyleTextBox-->
<Style x:Key="StyleTextBox" TargetType="{x:Type …
0
votes
3answers
259 views
C# .net framework- border on only one side of the form
I am an inexperienced programmer , completely new to programming for windows .
I am writing a little program that I always wanted . Its being written using C# using .net framework. atleast thats …
2
votes
2answers
251 views
How do I create borders around tbody/thead sections of a table?
I am attempting to create a page with tabular data, which must appear as multiple tables. I have two conflicting requirements to get around, however:
Each table must have a border around it.
Column …
0
votes
1answer
41 views
wpf different borderbrushes for different sides
Is it possible to set different borderbrushes for different sides e.g. left and right blue and other to grey?
(I've found only the dirty workaround
here)
0
votes
2answers
142 views
Applying borders to a single table cell when using border-collapse
I have a table with the following CSS rules applied:
table { border-collapse: collapse; }
td { border: 2px solid Gray; }
I want certain cells to have a red border, instead.
td.special { border: …
1
vote
3answers
188 views
border-radius not applying to ul element?
I've got the following CSS code, but the -moz-border-radius and -webkit-border-radius styles aren't being applied to the UL. Is there something obvious I'm missing as to why, or does -border-radius …
3
votes
5answers
211 views
Creating interlocking, irregular borders with CSS.
I have a layout made up of 4 "interlocking" divs, like so:
-------**********
- -* *
- -* *
- -* *
------- *
++++++ * *
+ + * *
+ + …
0
votes
1answer
45 views
What’s the right way to define the style of the images inside my gallery div?
I have a div with an id of 'gallery' and I want to style the images inside it. Specifically, I want to give each of the images a 1px solid yellow border except on the bottom because they sit on top of …
0
votes
2answers
593 views
WPF Textbox & Borders - curious resizing behavior
The following XAML produces a window with strange behavior around the textbox:
<Window x:Class="WpfSandbox.CuriousExample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
…
0
votes
0answers
31 views
Removing Borders on Review Quiz in Captivate 2.
How do you remove the review quiz borders and background color when creating a quiz in Captivate 2. A border shows around the answers as if it is an input field. See: …
1
vote
3answers
294 views
How to add a background Image using CSS that looks like a border down each side of a div
Basicly I want to create a custom border, down the left and right side of my content div. I have managed to create something that half works. The problem I am getting it aligning the divs so that are …
0
votes
1answer
72 views
Extending borders
I have an image that will be centered (left and right) in the window, there is no left border,but there is a right border. I was wondering if it is possible for the top border to go from the very left …
