A border is a graphical user interface construct that is used to surround and/or highlight something that is contained within.
0
votes
0answers
3 views
Animated Border Like Jcrop
Hi im searching animated border like Jcrop Pic-Shots. Anybody knows to do this ?
Heres an example http://deepliquid.com/projects/Jcrop/demos.php
0
votes
3answers
21 views
css seperator line issue
I've been trying to create a seperator line, similar to the image bellow, using css only. I've seen this in many websites and seems something quite easy to do. What's the best way to achieve this?
...
0
votes
2answers
45 views
Best way creating left/right border
I currently have the following layout for my webpage:
<div class="content-body">
<div class="left-content-bar siteborder"></div>
<div class="inner-content">
... ...
2
votes
5answers
29 views
How to add borders to div without messing up the layout?
I have the following elements:
<body>
<div id="container">
<div id="sidebar1"></div>
<div id="content">
<h3>Lorem ipsum</h3>
...
0
votes
2answers
23 views
Dotted Border for UIView
I need to add a dotted border style for UIView. I dont want to use CGRect and setDash as you cant remove it after setting it. I should be to able toggle with this border style. How do I get about it?
...
0
votes
1answer
37 views
How do we get the border size of a window?
I am drawing a rectangle (in OpenGL) and the corner are based on the cursor position. I modify the pixel position to a float position, but i need the width and height (Which is save somewhere).
So i ...
0
votes
0answers
10 views
Images site-wide with opaque inner borders?
What I'm looking to do is put a semi-transparent inner border around all images designated with a certain class. From what I can tell, the only way this possible is to wrap an image in a div and use ...
1
vote
2answers
21 views
HTML Email - Outlook 2007 border on img tag is missing
I am working on an HTML email and having some css style issues in Outlook 2007, 2010, 2013.
I have two images in a td cell and 1 of them i want a vertical border divider to separate them. I placed a ...
0
votes
0answers
13 views
border collapse not working in IE10
Has anyone come across a solution for border collapse on tables not working in IE10?
I have tables on web sites used where needed, and they display fine in all other browsers, but Since IE 10 the ...
1
vote
1answer
10 views
ReportLab render right border for table cells?
There are LINEBELOW and LINEABOVE in the reportlab documentation.
But i can't find a way do define right or left borders (LINELEFT,LINERIGHT).
Any suggestion how to render cells with right border ...
-4
votes
0answers
31 views
How can i get text within my border? [closed]
How can i place a text within a border, so i could use it to make a menu? I know you have to use and , but i can't find out how you exectly imply this in the code. So could anyone please explain it ...
-6
votes
1answer
45 views
Is there a way to code this curve?
Is there a way to code this curve, keeping in mind the design is full width, NOT boxed.
0
votes
1answer
32 views
Fully disable window resize
Is there a way to remove resizing arrow in qt GUI application? I used:
setFixedSize(size());
to make window not resize, but there still appears those arrows when crossing arrow on border of window.
...
0
votes
1answer
38 views
BorderThickness doesn't work
I'm trying to create style for button in XAML, here is my code:
<Window.Resources>
<Style x:Key="buttons" TargetType="Control">
<Setter Property="Background">
...
-1
votes
0answers
20 views
jquery animating border effect [duplicate]
I have problem with jquery animation efects... I don't understand where is my mistake:
Here's the jquery code:
<script>
$(document).ready(function(){
$('.link').mouseover( function() {
...
0
votes
0answers
62 views
Jquery hover with underline border
I face up with jquery hover problem. Here is my jQuery code:
<script>
$(document).ready(function () {
$('.punktas').mouseover(function () {
var left = $(this).offset().left;
...
2
votes
1answer
42 views
JFrame with custom border not showing controls
I'm trying to make my own custom border, and I have done this through overriding the paint function in the JFrame. The problem which I have run into, is the fact that paint is being called after the ...
0
votes
1answer
11 views
how to get rid of the a “invisible border” on hover
I'm trying to make a navigation bar with only a right border, but when I do this, there's like an invisible left border on the hover, which does not fully make the border the color I want it to be. (a ...
0
votes
1answer
17 views
border of table as picture is not working
I have the following code in JsFiddle: http://jsfiddle.net/56mpJ/2/
What I am trying to do is to have the border of the table as a picture that I take from the internet
I obviously tried
...
0
votes
1answer
24 views
Multiple Alignments inside border
I have the below xaml code. I am trying to align the image and the textblock to the right. The first textblock is displaying correctly, I just want the image and 2nd textblock to dock to the far ...
0
votes
1answer
24 views
Divs location changes if i remove the border
I have 3 divs. One inside the other. The first div(yellow background) has absolute width and height. The second div(green background) is located inside the first one and has 100% width and height. The ...
0
votes
0answers
47 views
unable to add a border around gtk label
I try to put a solid border around a gtk_hbox. My application is split in 2 parts : a drawing aera at the top and at the bottom, a dialog with 6 labels (gtk_hbox). I would like to add a border around ...
3
votes
2answers
45 views
css border-style double 1px gap chrome
3px double border on the left or right side of a div, however in chrome it is leaving a 1px gap at the top of the border. I have tried looking extensively to see if this is a browser bug or for some ...
-2
votes
1answer
39 views
Calculating the Perimeter of a Polygon [closed]
I have a list of coordinates (points) consisting of a Double X and Double Y for each. How can I determine the perimeter (border) of these points so I can turn them into a Polygon?
I have tried the ...
0
votes
3answers
58 views
CSS: How to float 3 divs side by side for width:100% without messing up?
I want to put three div { width:33%; border: 3px solid #333;} aside within a page. But it just fails, like if the sum was superior to 100%.
How to float 3 divs side by side and occupying a width:100% ...
1
vote
1answer
42 views
2
votes
5answers
37 views
Broken css code - border doesnt get overwritten
So i have encountered a new problem which was never the case before.
<ul id="mainmenu">
<li class="mbutton"><a class="currentnav" href="#">Link 1</a></li>
<li ...
0
votes
4answers
53 views
How to Make a 3D button using CSS?
I have a CSS button that looks like this:
that is formed from this CSS code:
.Button{
color: #333;
border: 1px solid orange;
border-bottom: 5px solid orange;
background-color: #fff;
font-size: ...
0
votes
0answers
45 views
JComboBox border. How to remove? [duplicate]
How do you take away the blue border that comes as default on a JComboBox component?
I've tried:
playlist1.setBorder(new EmptyBorder(0, 0, 0, 0));
0
votes
1answer
40 views
How to apply border to a whole shape?
I drew a cloud via CSS3 using different div tag I am trying to add a border to the whole shape but I am having trouble since every shape get its own border how can I apply a border to the whole ...
0
votes
1answer
32 views
InputAccessoryView Border?
I'm creating a custom keyboard accessory view. I am currently about 95% done with it. The only thing I have left is to remove the 1px (or 2px?) line above the native iOS keyboard. Is there a way to ...
-5
votes
0answers
20 views
How to make striped border for entire page using css [closed]
i am trying to make a border for the entire page but it has to be striped. any ideas how i can go about that.
Appreciate your help.
What i want is a striped border on the page.
the border is to be ...
-2
votes
1answer
18 views
what kind of type is BorderThickness?
I have a calendar and I want to set the border of the day in some color according to some conditions. For that I use a converter.
However, when the converter return 2, the broder is not shown, but if ...
1
vote
1answer
32 views
Border color change on span/button hover
I have a button that has a span class within it. The span class (floated left) needs to have a border right of the '+' icon.
The issue that I'm coming across is that when i hover over the button, the ...
0
votes
0answers
28 views
Android: Little layout issue? Why isn't it transparent
I have an interesting issue:
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
...
0
votes
1answer
22 views
huge div border rendering issue
I have a really weird case where borders and background image is not rendered past some point in some huge divs. I have included a sample in the following fiddle!
http://jsfiddle.net/hg333/
<div ...
0
votes
1answer
61 views
Create a Popup window in button click -WPF
Good day to all..
Basically i have window with transaction details shown in a grid based on dates.
On a button click should open a window where i can select multiple options such as "Current Month", ...
0
votes
3answers
27 views
CSS Border height different on each side
I am wondering if a border like this would be possible in pure css? There will be no content within this box, only an image within the future.
I would like to achieve this in pure CSS, with no ...
2
votes
2answers
31 views
CSS Border rendering
I like to know if is possible to specify the border drawing style (not border-style) with CSS (I need that works at least on webkit).
Well, I have an element like div.border and it have four-side ...
0
votes
2answers
36 views
How to add borders to components when using GroupLayout?
For example, I have two radio buttons and I want a border around them so that the UI looks clearer? Tried searching but didn't find anything useful.
Thanks!
0
votes
2answers
30 views
Border-radius Safari
I am making a banner where people can upload an image.
Before the upload it you see the image. With just a standard html code
<div id="box"><img src="blah blah" /></div>
The CSS:
...
1
vote
1answer
62 views
How do I create a fade-out transition with a WPF border on mouse hover?
I am trying to create a Border that shows/hides the border itself on hover. The desired effect is to show a border around content on hover and when the mouse leaves the area, the border fades out. I ...
2
votes
1answer
40 views
Set Border color of round corner div in IE?
I am having problem to set the div border , which using the border-radius.htc.
It works in all browsers except IE.
I referred this site to make a div as rounded corners ...
1
vote
2answers
40 views
Different border with title text and transparent background
I want to create a box like this with random text title: http://oi44.tinypic.com/1tu4xz.jpg
I know how to code this with static (unchanged) text, but k dont know how to do this effective with ...
3
votes
2answers
68 views
Is a block formatting context created by an element with a border?
From W3C and MDN I know that a block formatting context is created by one of the following:
the root element or something that contains it
floats (elements where float is not none)
absolutely ...
0
votes
2answers
37 views
Border image for just the bottom using CSS
I am wanting to use an image as a border but just for the bottom - can this be achieved in CSS? I have briefly researched it and im reading about slices etc but I dont quite understand it.
I thought ...
0
votes
1answer
31 views
Border-bottom issue (expanding downwards on hover)
I'm working on a navigation, and I can't seem to figure out how to make the bottom border increase in size upwards, instead of expanding downwards (which in turn extends my header a few pixels), I ...
0
votes
2answers
26 views
Changing borderStyle with javascript DOM1
I just need the images to appear with a 2px, green, solid border once the images have loaded on the page. I have this:
img = getElementsByTagName("img");
for(i = 0; i < img.length; i++)
{
...
0
votes
1answer
45 views
how to stop custom UITableViewCell covering UITableView border lines
Perhaps this is a very simple answer, but I have searched everywhere and it seems everyone is trying to do the opposite of what I am trying to do. I have a custom UITableViewCell as defined below.
...
0
votes
1answer
54 views
Getting rid of Twitter Bootstrap thumbnail border
I'm trying to get rid of the default thumbnail thin grey border in Twitter Bootstrap.
I can target the borders, for example if I use:
.thumbnails > li { border:1px solid red; }
all the ...



