1
vote
5answers
44 views
How to make the height REALLY 100%
Hi, in CSS when you set something's width or height to 100% it really only sets it to 100% of the browser window. Is there any way to make it 100% of the whole page?
Let me rephrase: I want this …
7
votes
2answers
32 views
HTML-CSS: Is it really necessary to use “inherit” value for the style properties in HTML design?
My question is straight: why there is "inherit" value for (almost) all the properties in HTML-CSS .. even-though all browsers support inheritance for all (as per my observation, yes, all) the …
2
votes
2answers
12 views
Question about position relative DIVS
I always see code like this:
#container {
background:#000000 none repeat scroll 0 0;
display:block;
overflow:hidden;
position:relative;
width:100%;
}
I thought position …
1
vote
4answers
44 views
How do I remove the underline from an image wrapped in an anchor?
Anyhow, I have a problem. A tiny problem I suppose, but one that's bugging me. I updated the CSS for my anchors on my blog, so that they were underlined with a border. Problem now is all my images …
1
vote
4answers
34 views
CSS: IE7 Selector
How could I select IE7 with pure (valid) CSS?
1
vote
8answers
146 views
Is there any kind of CSS library out there?
I was wondering if there are any kind of CSS libraries like a Yahoo CSS Library?
Basically I am looking for something akin to JQuery but for CSS instead of JavaScript.
0
votes
1answer
37 views
How to get all css’s settings using jquery?
I'd like to know all css settings in page using jquery. I know to get some css's setting, we do like this,
$('#container').css("width")
As this, I tried to use $('*') to get all css settings but …
0
votes
2answers
35 views
Show window inside any web page
Hi,
I want to implement a utility for myself that should provide a small console where I can execute random JS in any browser (much like Firebug's console - I don't reinvent the wheel, I just want …
2
votes
2answers
23 views
Block alignment woes with IE7, how to solve?
Unfortunately I have to support IE7 (and preferably IE6)
In IE8, Safari, Firefox, Chrome, I get a perfectly good layout ujsing an outer div to enlose two boxes.
------------------------------------
| …
1
vote
3answers
50 views
List images in HTML table using ‘float: left’
I have a number of images of very differing height and width that I need to display in a web application's dialog box.
Putting the images into a table won't look good, as some very wide images will …
0
votes
3answers
56 views
Right angle with CSS/Javascript?
I have a design that I'm currently slicing that features a lot of right angles (Example: http://grab.by/1jli ). I was wondering if a CSS or Javascript (jQuery) solution exists to pull this off? …
0
votes
1answer
38 views
menu with jquery
I want to make a menu for the admin side of a website and when I saw the top bar of stubleupon I wanted to make a menu with same style, always on top even when you scroll down, and has drop down …
0
votes
4answers
67 views
How to increase the angle of italic text?
I want to make a logo using html css. Can we increase the angle of italic text using css or javascript?
0
votes
1answer
12 views
Apply CSS to table cells (td) in JQGrid?
Is there any way to apply a specific CSS class to all cells in a given column in a JQGrid?
7
votes
11answers
395 views
Is valid HTML5 OK to use now?
I've been reading about HTML5 and would like to start using some of it, particularly datasets as I've found an interesting looking jQuery plugin that I can start using...
…
