border

Borders with captions in WPF

Does anybody know how to get a border in WPF with a caption, i.e. the way web browsers display <fieldset> tags ? Is there an easy way, like setting a property, or am I going to have to make a ControlTemplate ? ...

Aeroglass and Visual Basic.Net

Hi, are there any tutorials, or, is there simple code to be used to control Aeroglass in VB.NET? I would like to know how to play with various effects and, if possible, how to do the Aeroglass effects done in Paint.NET 3.5. (The inside of the topbar is not straight. ...

textarea scrollbars overflow and hide div border

I've tried this on many browsers ( via browsershots ) and universally the scrollbars overflow and hide the green border. I don't want overflow: hidden because that clips the scrollbars. How do I get the scrollbars inside the border, instead of obscuring the border? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:/...

Mozilla CSS bug : table with bottom-border + border-collapse : causes random borders to appear and disappear

When applying a bottom border to a table, with "border-collapse" set to "collapse", weird random bottom borders appear below some table rows, of varying widths -- they appear and disappear when scrolling, sort of like the IE6 "peekaboo bug"; resizing the window, or switching to another application and back again, makes them go away, scro...

Dotted Border turns to solid if object is animated with jQuery.

I have a simple setup: an image and then a paragraph with a bit of info that is hidden and then slides up over the image on mouse hover. If I try to apply a border-top that is dashed or dotted onto the paragraph it simply turns into a solid line. Is this a known issue with a fix? I even tried adding the dotted border through jQuery and i...

How can I set a border around a control during runtime in WPF?

I have an Image control on my WPF Form. How can I create a border around it during runtime? Here's my XAML code: <Image Margin="2.5" Grid.Column="1" Grid.Row="0" x:Name="Behemoth" Source="Images/Hero/Behemoth.gif" Stretch="Fill" MouseEnter="HeroMouseEnter" MouseLeave="HeroMouseLeave" MouseDow...

Webkit button: color overflows round corners

I'm trying to make a rounded button using -webkit-border-radius This gives me this button (in Safari): You can see that the color overflows in the rounding. I tried changing border size and radius, and it doesn't help. Is this a rendering bug with Safari or something? ...

developing asp.net mvc app, index table overlaps page border

I am developing my first web app after years of C# Windows Forms development in .NET. I've been following the NerdDinner tutorial and making changes where needed to suit my programs needs. I have some more things to add, but currently all the functionality is working. I've kept my Index View as a table. When it displays, the table is...

How can i produce a select handle by css

hi guys... I want to produce a sort of select/resiz border when some on click on the div, and when i move mouse over that the cursor should change accordingly. I want the user to be able to drag the element border and the element re-size accordingly thanks.... ...

How to implement JSplitPane in the BorderLayout?

HI, how can i use the JSplitPane so that they show up in the borders of a BorderLayout??? So that i can resize each sise (NORTH, EAST, WEST, SOUTH, CENTER). Thanks ...

How to style UITextView with a 3D shadowed border?

In another post, luvieere shared a means by which rounded corners can be applied to a text view using the QuartzCore framework (see post). It would seem to me that a 3D border, like that found on a UITextField, could be created via layers instead of using a background image. Does anyone know if or how this can be done? I'd really like ...

css div not able to be displayed above other

I essentially have two div tags I'm dealing with. On this page - www.employeratlas.com/search.html - when you click on any of the four tabs that tab has a border around it. The idea is that the border is black on the left, right, and top, and is white on the bottom to cover up the border of the div below it. This works fine in everyth...

Android - Way to appear bordered text on the TextView ?

Hi guys. Is there a way to appear bordered text on the TextView ? Thanks in advance. ...

CSS Table cell border overlapping table border

I'm hardly an expert in css, so this is a bit frustrating. I have a grid that was filled with a repeater. I want each row to have a 1px border along the bottom to visually separate the rows. I also want a dark gray border on each side of the table. With the following CSS for this table: #repeaterTable { borde...

iphone quartz draw border around line

Hello, what's the best way to draw a (black) border around a line in quartz for iphone? I'm drawing lines on streets on map and if the line is yellow (which is a legit use case), it blends in with the street color. One thing I could do is lay my lines over a little thicker black line, but this doesn't sound very efficient. ...

Missing Left-Border in IE 7

For this report created in HTML & CSS the left borders are disappearing in IE 7 & 6. They show up correctly in IE 8, Firefox, Chrome, Opera, etc. I am applying the style with three different CSS classes: .LeftBorder { border-left: 1px solid black; } .LeftBorderHeadingShaded { background-color: gray; color: black; tex...

why is firefox missing the border on some html tables

i am using 3.5.7 version of firefox and i have the same css used in multiple html tables but there are some examples where parts of the borders are not shown. What makes no sense to me is that the same css on the same page for another html table works fine. Also, the same page in Internet Explorer looks fine from a border point of vi...

Removing a border line in Silverlight Border control (kind of like border-style-bottom:none in css)??

Hi, I'd like the ability to have something that looks like a border but I don't want the bottom to show. in CSS I could accomplish this by going border-style-bottom:none I'm wondering if Silverlight has a similar functionality for the Border control. If not, I'm wondering what other control I can use to accomplish this? thanks ...

WPF/XAML: How do I size a window with no border?

I am using a window with no border and drawing the Chrome myself. I want to resize the window in a typical manner and have defined a 3x3 grid with the center being the content and the outer cells constituting the respective areas requiring different treatment (TopLeft/TopMiddle/TopRight... etc.) such as cursors. Maximize, Minimize, Mov...

FCKEditor 2.6x seems to cut off at the bottom in Chrome.

The bottom of the FCKEditor seems to cut off - the border is not seen. This only happens in Google Chrome. IE and Firefox seem to be ok. This is the FCKEditor control with barely any customization. Is there anyway to fix this? ...