Tagged Questions

41
votes
14answers
53k views

How do I force a DIV block to extend to the bottom of a page even if it has no content?

In the markup shown below, I'm trying to get the content div to stretch all the way to the bottom of the page but it's only stretching if there's content to display. The reason I want to do this is so ...
27
votes
6answers
7k views

Should I use 'border: none' or 'border: 0'?

Which of the two methods conforms to W3C standards? Do they both behave as expected across browsers? border: none; border: 0;
21
votes
4answers
20k views

How to remove border around text/input boxes? (Chrome)

Can anyone explain how to remove the orange border around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS i'm using: input { ...
19
votes
6answers
27k views

CSS - Border only inside the table

I am trying to figure out how to add border only inside the table. When I do: table { border: 0; } table td, table th { border: 1px solid black; } The border is around the whole table and ...
11
votes
7answers
9k views

CSS: two color borders

Client wants two color borders for an embossed look. Can I do this on one element? I was hoping to avoid stacking two DOM elements with individual borders.
11
votes
3answers
8k views

How can I apply a background image to a text input without losing the default border in Firefox and WebKit browsers?

For some reason most modern browsers will stop applying their default input border style to text boxes if you give them a background image. Instead you get that ugly inset style. From what I can tell ...
10
votes
4answers
8k views

How do I do rounded corners in CSS in Google Chrome

Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
8
votes
8answers
5k views

CSS: Margin-top when parent's got no border

As you can see in this picture, I've got an orange div inside a green div with no top border. The orange div has a 30px top margin, but it's also pushing the green div down. Of course, adding a top ...
8
votes
3answers
8k views

How do I stop richfaces adding borders to panels and calendars?

I'm hoping to use a custom richfaces skin to handle the bulk of my presentation work. Unfortunately richfaces renders borders around every cell in a calendar component and around each panel. I would ...
7
votes
3answers
251 views

Using contextual styling on table to apply dotted borders to specific cells

I had previously asked a question on this issue, to which you guys supplied fantastic answers. I since "discovered" the intoxicating power of contextual styling ...
7
votes
9answers
726 views

Issue with applying dotted border to cells in table design

Here's my fiddle: http://jsfiddle.net/gFA4p/84/ In this screenshot, the green lines represent where I'm trying to apply dotted lines. I am able to get the left-right borders to appear as dotted ...
7
votes
2answers
4k views

Google Chrome > Textboxes > Yellow border when active..?

Ive been modifying a form today, and testing it in Chrome. I noticed that on selecting a textbox, with border: 0 or none, it still puts a yellow border around it. Does anyone know of a way to get rid ...
6
votes
5answers
382 views

Double dotted border while using colspan

I have what seems like a simple problem, but searching the net hasn't yielded any results. I have a table <table> <tr> <td colspan="3"> <img ...
6
votes
2answers
549 views

Extremely weird IE7/8 border/opacity compatibility issue

The weird problem is borders dissapearing when Opacity is applied in IE/8/9, but NOT in 7! I've basically got a menu with tabs on top of the screen. I.e: <table> <tr> <td ...
6
votes
2answers
2k views

change checkbox border color

can i change border color of checkbox by use css or jquery. i want change only border color of check box.
6
votes
1answer
439 views

Why does Firefox render dashed borders misaligned from each other?

http://betawww.helpcurenow.org/about/financial-accountability/ http://blog.helpcurenow.org/ I'm using a design that incorporates lots of 1px dashed borders. I noticed something odd in Firefox. ...
6
votes
5answers
18k views

Border around specific rows in a table?

I'm trying to design some HTML/CSS that can put a border around specific rows in a table. Yes, I know I'm not really supposed to use tables for layout but I don't know enough CSS to completely replace ...
5
votes
3answers
139 views

Adding a glow to 3 sides using CSS

I have a box which overlaps another to form a sort of L shape, I am trying to achieve a glow around the whole of the L shape which therefore requires a glow on only 3 sides of one of these boxes. ...
5
votes
4answers
3k views

How to increase space between dotted border dots

I am using dotted style border in my box like .box{ width:300px; height:200px; border:dotted 1px #f00; float:left;} I Want make space between dots of border.
5
votes
6answers
5k views

CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does their glowing border around their inputs. Example/Picture of the Twitter border: ...
5
votes
3answers
164 views

Border rendering issue in IE

I'm having the weirdest issue in IE (7, specifically) when implementing CSS borders. I first noticed this a few months ago. The CSS is literally this: #donate {border:1px solid #299ae5;} As you can ...
5
votes
2answers
703 views

How can I change the ratio length of line and blank space in dashed CSS border?

Does anybody know can I change ratio length of line and blank space in dashed border ( ratio line/blank space to be different ) ?
5
votes
4answers
9k views

Change border-bottom color using jquery?

I want to change the color of the bottom border using jquery..Thanks
4
votes
1answer
203 views

Disappearing 1px dotted border in Linux Google Chrome

While developing a site which I can't link to directly, I've found a following problem. When a div's content makes it more than 4098px high, border disappears. Here's an example: ...
4
votes
1answer
366 views

CSS3 - border-color, border-radius and background color resulting in strange behaviour

Take a look at the following html and css. css: .box { border-radius: 15px; border: #333 solid 3px; background: #333; } html: <div class="box">Hello world</div> browser: ...
4
votes
6answers
240 views

Can you make “an invisible border”?

I'm trying to make a navbar as an exercise. I'm using a:hover to include a solid border around the button being hovered. However, this makes all the other buttons move by the size of the border. ...
4
votes
4answers
989 views

Table border color in CSS with border collapse

I want to put a line above some field in a table, to indicate that it is a sum of the above values. However, the table already has borders by default. Here is an example: I have a table with borders ...
4
votes
4answers
325 views

IE document viewport border

In some versions of IE, there is a thin 2px border surrounding the document view port. I haven't noticed it for any other browsers yet. This poses a slight problem in calculating mouse positions for ...
4
votes
5answers
749 views

How do I get a thin border in qtip with round corners?

I try to get a thin border with round corners for the tip in qtip, using: border: {width: 1, radius: 7, color: "#B8E25E"} (Like explained here: ...
4
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 ...
3
votes
1answer
33 views

Floating Elements Span Adding Space

I have something like the following code: <div style="border:2px black solid;overflow:hidden;"> <span style="float:right;"> <img src="sprintlogo.png" alt="Test Image 1" ...
3
votes
4answers
57 views

This CSS code break my borders

I inserted this code to build a thumb gallery but it messed up my left and right border of my wrapper (it disappear). You can see it here http://blog.howtodjango.com/temp/template/ below is the code ...
3
votes
4answers
138 views

Can't remove a table border. No idea where it is coming from

http://www.geneseo.edu/new_social_media_test I am working on a new social media page for my school, and I cannot get rid of this border within my table. Under the <thead> and above the ...
3
votes
5answers
73 views

body border-top does not extend beyond viewport

I need a purple line along the top of the site. Instead of using an image I'm using the border-top property on the body. This works in full view but when I resize the browser window the purple line ...
3
votes
3answers
402 views

Remove white space below image

In Firefox only my video thumbnails are displaying mysterious 2-3 pixels of white space between the bottom of my image and its border (see below). I've tried everything I can think of in Firebug with ...
3
votes
2answers
234 views

border-radius in Chrome bug?

I have a problem with the border-radius in chrome this is my code: img{ border-radius: 24px; border: 2px solid #c7c7c7; -moz-border-radius:24px; -webkit-border-radius: 24px; } ...
3
votes
4answers
290 views

How do I remove only the top part of a box-shadow?

I'm using border-radius and box-shadow to make a glow around an element. Can I remove only the top part of the box-shadow? Live example div { margin-top: 25px; color: #fff; height: ...
3
votes
1answer
60 views

Problem styling list items

I'm trying to style an ordered list that seemed quite simple but apparently is harder than I thought, what I need to do is to separate every item with a white border below, the problem is the the ...
3
votes
3answers
507 views

Is it possible to make a gradient border with css3?

As the title states, is it possible to make a gradient border in css3 and if so how? I know that you can make gradient backgrounds and there are many generators for that, but I am yet to find one that ...
3
votes
4answers
3k views

Removing the image border in Chrome/IE9

I am trying to get rid of the thin border that appears for every image in CHrome & IE9. Thru CSS, I set outline: none; border: none; Using jQuery, I also added the border=0 attribute for every ...
3
votes
6answers
53 views

how to set border properties for rows created by floating elements, using css?

I've a inside container div. Now this gallery div (of set width = 800px) houses lots of thumbnails of sizes 100x100. The thumbnails are taken out from a database, and the number of thumbnails can ...
3
votes
2answers
384 views

How to fix this white-dot border issue in a drop down menu?

In my website's drop down menu, an element's top, left and right borders are set to gray and bottom border is set to white. This works perfectly in FF3, Chrome to achieve a beautiful drop down menu ...
3
votes
7answers
1k views

moving dotted border using CSS

I have class that applies dotted style border property to text block at runtime. I am trying to find solution, that makes border move like gif image using CSS. Is there any way to achieve this. ...
3
votes
2answers
167 views

2 col layout with borders collapses when zooming out with browser

So I have a 2 column layout, which structured something like this: html structure: #container #content #side-a .janitor css: #container{ width: 501px; } #content { float: left; width: ...
3
votes
2answers
237 views

Why does Ie7 mysteriously cut off the top border of these notification paragraphs?

I'm having problems in ie7 with notification's that are styled using the p tag. I've used them before and they render fine in IE7, however, in my latest theme, they cut off the top border with no ...
3
votes
2answers
399 views

Weird border opacity behavior in Webkit?

I've been testing with borders with opacity and Webkit seems to be having a weird behavior. Here's my code <style> div{ position: relative; width: 300px; height: 300px; ...
3
votes
4answers
3k views

input type=“image” shows unwanted border in Chrome and broken link in IE7

I have not found a solution yet... I tried everything border:0; border:none; outline:none; without any luck...and the funny thing is the broken link icon in IE7 which overlaps my image. Any ...
3
votes
5answers
532 views

Image border in Strict HTML using CSS

I have the following to display an clickable image (with no border) on a website: <a href="link"><img src="img" border="0" /></a> However this is not strict XHTML 1.0 so I changed ...
3
votes
5answers
2k views

css problem on iPad with table border

I have a css problem when the html page is rendered on iPad. Everything works good in other browsers. The problem is that I get a small space between the cells in my tables as you can see in the ...
3
votes
3answers
282 views

CSS: How to define a centered div with endless vertical borders and an initial height of 100%?

First question on SOF, please be gentle if this may be a stupid question. :) Havent found a solution, neither here nor on the web. I got some trouble with CSS. I pasted my code at the end of this ...

1 2 3 4 5 8