borders

Advanced CSS layout problem

Hi, I want to create a dialog with a title, borders (left, right, bottom) as well as the content. The current source code: <html> <body> <div style="background: #0ff; width: 152px; height: 112px; position: absolute; top: 24px; left: 128px; display: table"> <div style="display: table-row;"> <div style="background: #f00; width: 100%; dis...

VS2008 - GroupBox Control Issues with border when Windows Forms App is run from exec

I have a windows form app that contains a number of groupbox controls. This app was first developped in VS2003 and am trying to convert to VS2008 (I have SP1 installed). Trouble is that when I open my app in VS2008 and run it, all groupbox controls are properly displayed with nice looking borders, but when I compile and run the app from...

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 others windows through the entire region of my window. No using transparences. Just draw the borders. I suppose it's like detecting the mess...

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 BorderStyle property, but it seems to apply to the entire border rather than just one side. Can this be done without nesting tables? For ...

How to remove the upper and right borders of a graph border?

Is it possible to selectively remove left, bottom, right or upper portions of a graph border? ...

Phantom "border" around corner of image displayed in IE8

I have a row of images contained in a single div. These images are jpg images of single-word text (like "Home" that the user clicks on to navigate to different pages. When I run the site on ie8, a small, horizontal dash appears at the lower right corner of each of these images. This dash is active in that if I click on it, it activate...

Applied style in WPF ignores properties.

Here's the conundrum. In two different places in my application, I use a border with the exact same appearance. In an never-ending fight against code bloat and unmanageable code, I want to define the border's appearance in a style to use when I create the border. Strangely, several of the properties I set are being ignored. Here's the c...

Rendering borders bug in Safari mobile

Hi, I am having strange rendered borders on elements that have no borders at all in Safari Mobile? Any idea on what can cause the problem? I was not able to find a solution. Thanks in advance for your help. ...

How to Automatically Create ImageMaps of Grey Maps from Wikipedia?

I have a project using various members of Wikipedia's grey maps: http://en.wikipedia.org/wiki/Wikipedia:Blank_maps. I fill them in with colors depending on which countries, states or provinces a user selects by clicking on the shape or by checking a checkbox. I would like to write a script that creates imagemaps automatically of each...

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 simple onClick event with JS. That's not an issue. The trouble comes in when clicking a second or third or forth image; all of the images c...

Is there a standard XML spreadsheet code?

I want to create an 'universal' XML spreadsheet compatible document... Something compatible both with Microsoft Excel and especially with the open source alternatives (OpenOffice Calc, Gnumeric, ..). There's an issue I encounter when I try to border some cells. This is how you do it in Excel: <Border ss:Position="Bottom" ss:Line...

will css ever have border:1px solid black round; ?

Do you think CSS will ever have the ability to provide round borders and how will it be accomplished? ...

Etched border (Win32)

Hi, I'm looking for a way to get an etched border style for a window under win32. I have tried DrawEdge with the EDGE_ETCHED flag, which does give me that, but I'm not sure how obtain the same style for a scrollable window. SetWindowLong with GWL_EXSTYLE and WS_EX_STATICEDGE gives me something close, but I haven't found any other style ...

How can I expand' a Flash Movie to Move Other Objects out of it's way on the HTML Page

I have a question regarding flash. I am an intermediate flash user. Basically, I want a flash movie to expand like this homepage video, when the user clicks on the go button: http://www.vitsoe.com/en/gb Is it possible to "expand" the borders of a flash animation in such a way, and if so, how do I set this up in flash? Is it possible to...

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 I'm after in these cases. The only problem is, as far as I know the borders are supposed to be invisible unless you specify a width and st...

WPF: Altering a listbox style, smoothening transition between borders

I'm trying to alter the listboxitem style for a silverlight menu. The result I need should look like something like this Is this even possible?, if so: How can i accieve this? The current Xaml code used for the menu: <Style x:Key="LeftMenuStyle" TargetType="ListBoxItem"> <StackPanel Orientation="Horizontal" Mar...

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 square. Each of the 3 mini squares are TextViews. The outer squares and the inner squares each need a border, which I want to use to differen...

Can I make my <ul>’s border bigger?

Hello just really a simple question (I hope). I have a border used by a <ul> tag. I wonder If I can change the border size to make it bigger in width and height? Here is my example. <ul STYLE="border: 1px solid;float:left;padding:15px"> <--!(content)--> </ul> ...

parent div's border blocking child div

I have a parent div and a child div. The parent div has a border-width property, but unfortunately that border-width is blocking part of the child div from being shown. The border-width property of the parent div cannot be changed. How can I get the child div to show up above the parent div's border? Should note that the parent div has ...