Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
9answers
13k 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" ...
7
votes
2answers
45 views

CSS dotted border render issue

I'm seeing a rendering issue for a 2px dotted border similar to CSS dotted border issue in adjacent columns in a table rendered as dash in Chrome but on desktop Safari and Chrome. I tried several ...
6
votes
1answer
293 views

Smart way to add corner image to DIV border on all four corners

My designer has designed a border with a diamond shape on the border corners. See image below. The way I'd go about achieving this would be to save the diamond shape as an image, create a 1px solid ...
5
votes
3answers
5k views

keep borders in IE with jquery.corner()

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 applied. This ...
4
votes
5answers
126 views

about layouts in simple calculator

hi there i am trying to make a calculator with coding sizes,layouts etc. by myself (trying to not use NetBeans and it is not a homework). but i am facing with a problem about empty spaces. i have a ...
4
votes
2answers
137 views

Changing Border Color of AWT TextField

In AWT application I need to set border color of TextField. In JTextField, I know that we do can do the following JTextField tf = new JTextField(); ...
4
votes
3answers
238 views

JSplitPane set resizable false

How to make JSplitPane to resizable false? I didn't want to resize the JSplitPane, I used it for the border of this pane. Is there any other way to create same border structure to split a panel ...
4
votes
2answers
6k 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 ...
4
votes
4answers
4k views

WPF TextBox ugly borders problem

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 TextBox}"> ...
4
votes
5answers
855 views

Creating interlocking, irregular borders with CSS

I have a layout made up of 4 "interlocking" divs, like so: -------********** - -* * - -* * - -* * ------- * ++++++ * * + + * * + + ...
4
votes
3answers
3k views

Disappearing CSS table cell borders in Gecko-based browsers

I have a very specific html table construct that seems to reveal a Gecko bug. Here's a distilled version of the problem. Observe the following table in a gecko-based browser (FF, for example): ...
3
votes
3answers
73 views

CSS Borders - outlining a group of DIVs neatly

I'm having a 'blonde moment' here - I'm sure this is easy but I can't seem to figure it out. I have a grid of DIVs (10 rows which are CLEAR:BOTH - each with 10 FLOAT:LEFT DIVs of a fixed size). What ...
3
votes
5answers
83 views

Down facing triangle… but wait… what is this… with borders?

I'm using the cool CSS here: http://css-tricks.com/snippets/css/css-triangle/ I'm creating a simple triangle for something I'll be perfecting with some jQuery. Problem is, I need the triangle to ...
3
votes
4answers
151 views

How can I use rounded borders with CSS?

Is there a way in the newer CSS standards to provide round borders? It is not possible in CSS level 2.
3
votes
3answers
117 views

How to create a window based on only the size of the screen not including the windows border with C++/Windows?

When creating a window using CreateWindow(...), which requires the window width and height, I have to enter the values 656 and 516, instead of 640 and 480, so as to account for the windows border. ...
3
votes
3answers
3k 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 ...
2
votes
1answer
34 views

Eclipse (Aptana plugin) source code line border

Anyone know how to get rid of those line borders in Eclipse (using Aptana plugin for Rails development).
2
votes
4answers
100 views

Border-styles on CSS table-like matrix, without extra classes

I'm making a table-like layout using only CSS. With all the cells set to float:left the container .matrix is wide enough for 4 cells horizontally. <div class="matrix"> <!-- first row ...
2
votes
1answer
101 views

Make a JPanel border with title like in Firefox

I would like to make an option dialog in my application. In this dialog I want to make kind of Areas surrounded with a border and with a title. An example of what I want is in Firefox: How ...
2
votes
2answers
86 views

Render of css borders

Im trying to build arrow icon with css triangles method - http://css-tricks.com/snippets/css/css-triangle/ I built this one in Chrome v14 - OSX, and it works fine: ...
2
votes
1answer
420 views

How to deal with form size issues from Delphi 6 and WinXP to Delphi 2007 and Vista/Win7

I have an application written in Delphi 6 and compiled on Windows XP. Usually I leave 8px free between controls and the edges of forms. When this app runs on Vista or Win 7 this gap is smaller or not ...
2
votes
2answers
234 views

How can I draw a joined border around two components?

Before I tackled this myself, I thought I pick the minds of the SO community. Let's assume I have an Image that's used a button. By default, the image has no border around it. Clicking on this Image ...
1
vote
0answers
37 views

MySql find country via geometry / spatial data

i want request my db with LAT/LON an get back a countrycode. i have the world borders in a mysql database (converted shapefile from djangoproject.com) as geometry datafield. When using SELECT ...
1
vote
1answer
40 views

Increase top border height WinForms

How to increase top border height on WinForms, i use Sizable FormBorderStyle.
1
vote
1answer
100 views

css background image not seamless

I am using html5 and am trying to create a rough edged seamless border(top, sides + bottom). I am aware ie8 does not support the CSS3 border image. IE8 is as far back as am willing to cater for. So ...
1
vote
2answers
153 views

How to remove borders of the window created by GLUT?

The question is quite clear, GLUT provides us functions to create a windowed application. But presently I need to re-design the title bar, and also the border styles. Anyway to remove the borders and ...
1
vote
2answers
209 views

how to eliminate black border around the picture

I need to remove the black borders appears around the pictures in android screen. My pcture are full blade but I always get a kind of black borders both in portrait or landscape orientation. I tried ...
1
vote
2answers
433 views

How to remove borders from cells in a range in Excel using VB.net?

Aim to Achieve: To get rid of borders if any in the cells of range. I have : Dim range As Excel.Range = sheet.Range("A2:K100") For Each cell In range // Some cells in the Range has borders ...
1
vote
1answer
69 views

How do I add items inside a static box while using Sizers?

I'm using wx.Python and have a group of objects that I want 'wrapped' within a static box similar to this: However that tutorial uses position sizes, and I'm using sizers instead. I'm having a ...
1
vote
1answer
92 views

Is there a way to have CSS borders outside the box(div)? Or alternative solution

I have this menu here I want the highlighting(hover) to extend to the edge of the outside box(service menu). Just like how the popout menu is. The menu itself is contained in another div - I don't ...
1
vote
1answer
99 views

Forming a box around elements after hovering over li to display hidden ul

I have a ul within an li. When I hover over my li, the ul appears. I'm trying to make it so when that happens, both the li and ul have borders that form a box. I've set up a Fiddle: ...
1
vote
5answers
206 views

Fading a border (css)

Here is a picture of what I am working with: I need the borders below the vertical menu bar (on the left) to fade out (the one going up and the one going down). How would I make these two borders ...
1
vote
1answer
244 views

Border radius on an NSTextField

Been searching for a solution for the past few hours and so far have been only able to find a way to change the border radius of an NSTextField item on iOS as apposed to Mac. Trying to replicate the ...
1
vote
3answers
547 views

Custom horiz.menu CSS bottom-border trick? needed

Hy all The embedded pic describes my layout. As you can see, the problem is in my horizontal menu. First of all it is right aligned and then the selected tab has no bottom border (wich creates a ...
1
vote
1answer
48 views

turning borders into images using css?

for example #footer .tri{ border-color:transparent transparent #212121; into this : #footer .tri{ border-color:transparent transparent url("border-image.png"); deos that actually work!! ...
1
vote
2answers
191 views

Style text-decoration differently or make a border on each line

I'm having a quite specific CSS problem. I'm trying to get a paragraph of text have a border-bottom: 1px dotted on each line while at the same time avoid writing superfluous markup. Clearly p ...
1
vote
1answer
825 views

avoiding double borders in nested panelGrids/dataTables in JSF

I am working on a web application and using nested tables quite a bit to achieve the needed layout. Unfortunately, I am unable to avoid drawing the borders on the nested table cells. I've tried ...
1
vote
0answers
895 views

Android Layout for a bordered-table containing bordered TextViews

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 ...
1
vote
4answers
400 views

Invisible borders in html table not quite invisible?

I have some tables in my asp.net mvc application for layout purposes. Even though I usually use divs for most things, in some cases tables make most sense because they already have exactly the layout ...
1
vote
2answers
569 views

On-Click img border = #color - Multiple images - Only need 1 highlighted at a time

Basically what I am trying to accomplish is create a list of images (let's say 10) and upon clicking any of these images, their border changes to a specific color; currently accomplishing this with a ...
1
vote
1answer
602 views

table cell and row borders different on each edge in C#

I'm trying to dynamically generate a report in a table where the borders are different on each side of a cell or row, but can't figure out how. The TableRow, TableCell, and Table objects each have a ...
1
vote
2answers
274 views

Draw window with just borders

How can I create a application window that is showing just the borders of the window, but i don't want to show the contents of the window itself. I mean i want to see the rest of the desktop or the ...
1
vote
1answer
3k views

Gridview CSS borders inconsistent

This is really bugging me. I'm using a GridView and want to format it in such a way that the borders are displayed the same in all browsers. At the moment, I'm getting varying results between IE, FF ...
1
vote
1answer
923 views

How to adjust JFrame border thickness in Java

I'm using Vista, my old Java app ran on Win XP has thin borders, about 2 pixels thick, but now on Vista, the borders deafults to thick lines, maybe 6,7 pixels thick, can I specify in Java how thick my ...
1
vote
2answers
312 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?
1
vote
2answers
4k 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" ...
1
vote
3answers
590 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
5answers
46 views

Second border to an element

I needed to make a second border without using images so my idea was to make another div inside the parent one ex: <div class="box news"> <div class="title">{l_news}</div> ...
0
votes
3answers
48 views

<div> height not expanding with content. Setting “height: auto” removes borders

I have a webpage that's a set height with blue borders on each side and the bottom. This webpage has a Facebook comment box, and I notice after a certain amount of comments, the comments exceed beyond ...
0
votes
0answers
72 views

iTextSharp - Costumize table borders with images

I'm working with iTextSharp, 5.0.2 version, to write a PDF document with the content of a HTML page. I've got everything working, except I was asked to put round corners on table cells, to create the ...

1 2 3