tagged [css]

How to display an unordered list in two columns?

How to display an unordered list in two columns? With the following HTML, what is the easiest method to display the list as two columns? Desired display: The solution needs to work with Internet Explo...

How to apply CSS page-break to print a table with lots of rows?

How to apply CSS page-break to print a table with lots of rows? I have a dynamic table in my web page that sometimes contains lots of rows. I know there are `page-break-before` and `page-break-after` ...

Using the last-child selector

Using the last-child selector My goal is to apply the CSS on the last `li`, but it doesn't do that. How can I select the last child?

24 Feb at 19:59

Imitating a blink tag with CSS3 animations

Imitating a blink tag with CSS3 animations I really want to make a piece of text blink the old-school style without using javascript or text-decoration. No transitions, only *blink*, *blink*, *blink*!...

19 May at 10:36

Apply style to only first level of td tags

Apply style to only first level of td tags Is there a way to apply a Class' style to only ONE level of td tags?

8 May at 05:18

How can I center an absolutely positioned element in a div?

How can I center an absolutely positioned element in a div? I want to place a `div` (with `position:absolute;`) element in the center of the window. But I'm having problems doing so, because the . I t...

25 Jul at 09:50

Is there a jQuery-like CSS/HTML selector that can be used in C#?

Is there a jQuery-like CSS/HTML selector that can be used in C#? I'm wondering if there's a jQuery-like css selector that can be used in C#. Currently, I'm parsing some html strings using regex and th...

CSS Progress Circle

CSS Progress Circle I have searched this website to find progress bars, but the ones I have been able to found show animated circles that go to the full 100%. I would like it to stop at certain percen...

How to specify table's height such that a vertical scroll bar appears?

How to specify table's height such that a vertical scroll bar appears? I have a table with many rows on my page. I would like to set table's height, say for 500px, such that if the height of the table...

2 Jan at 22:50

How to style readonly attribute with CSS?

How to style readonly attribute with CSS? I'm currently using readonly="readonly" to disable fields. I'm now trying to style the attribute using CSS. I've tried using but it is not working for some re...

8 Apr at 19:56