I'm trying to create a file listing a la windows explorer in HTML/Javascript. As such, I'd like the first row of the table, which contains the headings for all the columns, to be visible even when the columns are scrolled.
I've tried a few options involving placing the headings in a separate table, but all have failed for primarily one ...
Should we use all H1 to H6 in a website?
i use h1 to h2 usually. now how to judge and decide where to use H3 to h6.
should we use like this
h3 {display:inline}
<div id="content">
<h3> some text in bold:</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dol...
If this a situation.
p{margin-bottom:5px}
#top-textContainer p {margin-bottom:10px}
Is there a way to write this in a shorter way , or no other option
#board-committees #top-textContainer p,
#corporate-governance #top-textContainer p,
#corporate #top-textContainer p,
#about-us #top-textContainer p,
#contact us #top-textContainer p{m...
in same site i have a page disclaimer 2 times in 2 different section
corporate > disclaimer.html
consumer > disclaimer.html
one good this my company's custom cms is generates body id for each page
but the problem here is he generate id as same as page name, and i can't change name and can't give different ID
both pages having same id...
Can I control the visibility of some div in my website and make to become see-through using CSS only? In flash it's done through controlling what is called Alfa so I'm wondering if such a thing exist in CSS!
Edition 001
Can I control the opacity of the div's background only? So the text in the div wouldn't be effected?
...
In WPF you can set the width of a column to occupy the remaining space by setting the width to a star. Will there be something similar in future versions of HTML or CSS?
Example:
<div style="float: left; width: 50px;">
Occupies 50px of the page width
</div>
<div style="float: left; width: 1*;">
Occupies 25% of the rest of the page ...
Is there a measuring unit in CSS (either planned or already in existence) for setting the padding and margins based on the width of the font being used?
I know that em is supposed to be the height of the upper-case M of the font the browser uses, which is really handy for adding a clean double-spacing. But I sometimes want the side-marg...
Is it possible to make the following in CSS:
#subMenue {
//this rule apply to a div with an id of "subMenue"
height: auto;
width: 113px;
position: absolute;
background-color: #B3B3B3;
visibility: hidden;
}
#menueLink:hover {
//this rule apply to another div with an id of "menueLink"
//make the div that is effected by *#subMenue* rule ch...
Hi I am trying to simulate the rowspan property on css using divs and tags, so it can be changed on a:active = double height, but at the moment it grows from two rows to three rows.
It only works when the first column its expanded, if I expand the second, third, etc then it would grow to three rows.
Here its the sample code that works...
This is really strange. I've got this site where I have a list menu with a simple :hover effect on each item in the menu.
http://w3box.com/mat/
In Firefox it works just fine. But i IE7 atleast there's a lag. I haven't tested it in IE8 but my guess is that it's there as well.
Now, I've been trying out veriations to the code to see wh...
Every <option> in an HTML <select> will have external URL and should open in new a window. If it's possible to make in CSS and HTML only then good, if not possible without JavaScript then it should be unobtrusive.
...
Hi I ave a drop down menu which when dropped, there is a gap between the li's. I have tried all usual methods but I cant seem to find where it is coming from!
I would paste the code but there is a bit of it so I have set up a temp directory for you to see.
http://www.actwebdesigns.com/web-design-mansfield/
Regards,
Phil
...
2 divs are coming horizontally in same in all except IE6? but in IE 6 second div is falling under first div. both div has fixed width and float:left
this is code of container div
#home2colContainer {margin-top:40px;overflow:hidden;width:1000px;}
this is for first div
#home2colLeftColContainer {float:left;margin-left:20px;width:675px...
The browser will consider the list existence and arrange them accordingly, however won't show the small icon next to each one of them like the following:
Normal list appear like the following:
text A
text B
text C
I want them to appear like this
text A
text B
text C
...
i'm not using
I'm only using this dtd as a first thing in a page? which has no problem to render strict mode.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
and checked quirks mode with this site http://vesa....
I need to output a PDF of this page – http://mpkb.org/doku.php/home:1 – and have it make a copyright statement on the bottom of every page. The problem is that that statement is clipped when I export as PDF from Firefox for Mac. (I just have to do this once a month, so I don't necessarily care if this doesn't work in other browsers.)
Us...
I want the footer to always be at the bottom of the page even if the content doesn't push it all the way down. How can I make it just stay at the bottom of the page?
...
I've compiled an application that uses WebKit on Leopard (10.5).
The application is 32 bit.
I've bundled 32 bit versions of WebKit/WebCore etc with the app.
If I run it on Snow Leopard (10.6) none of the CSS 3d transforms work. 3D transforms work in SL's Safari.
I have a feeling that my app isn't able to link with some of the 3D graph...
For example:
The following site looks ok in Firefox when the menu Massage Types is selected. The menu drops down in front of the iframe so it is still visible.
But in IE, the bottom of the menu gets hidden behind by the iframe.
http://transeeq.com/health/bq15b.html#
...
I have the following CSS:
.foo .bar {
background: red;
}
Which works fine for the following HTML:
<div class="foo">
<div class="bar">I have a red background</div>
</div>
But I can't seem to find a way to reuse the CSS definition when I'm not in a parent/child relationship. For example, how could I apply the same CSS to the f...