Hi All,
I have a page which loads divs of rounded corners. And on each div (including all the inner divs, spans inside this div) I call many events related to them. Now the problem I'm facing is load time. Do we have any approach to load the script for rounded corners first in "ready" function and rest of the events dynamically when I m...
If i have a page with 50 div elements, with 50 seperate css classes, and each css class has the line:
background:#000 url(curve_red/circle.png) no-repeat 0 0;
Then Firefox (3.5) will make 50 http requests for the same file (verified using firebug).
However IE will see this repetition and not attempt to redownload the file after each ...
I researched for a while, hasn't found a CSS solution yet, em and ex units are not correct in this case. What I want is simply a div box that exactly fits 80x25 monospace text. Do I have to resort to Javascript solutions?
...
On my webpage im using EIT Lightbox for displaying pictures, its a .NET control which nicely wraps the Javascript lightbox, so I don't have to code a single line of Javascript. But since I upgraded to IE 8, all the pictures in the lightbox show with a fat red frame. For an example, please see http://www.qaz.dk/NewestPicturesAlbum.aspx.
...
Is there anyway to control the styling of the scrollbars of a div tag? I am experiencing some contrast issues between IE7 and FireFox 3.5.2. Any help would be greatly appreciated!
...
Hi guys, I want to create a custom video control, I mean over the video itself, with issues like double click on some x and y coordinates of the video to zoom In, but I can't get this result because the real player plugin API is not that flexible, then I Tried to create a transparent layer to handle those events and I can't achieve that ...
Hi,
I'm trying to test the jQuery calendar tool, but it appears to be too big,
bigger than the preview page.
Any ideas?
Thanks!
...
I am trying to implement a very simple little dropdown-style mini-menu that will appear when a website user hovers over an image. The image is a link to download something and the mini-menu will give them a choice of format (flat file vs. chart).
The markup:
<style>
ol, ul
{
list-style: none;
}
.dow...
Basically my problem is sometimes, divs, spans, will float on top of ecahother. But when I move my mouse over them they "unstack" and correct themselves, and they will stay fixed until I refresh the page... then they are broken again. It's as if the action of hovering over them does something to it?
Does anyone know why this kind of beh...
There is a line break between two <img> tags, and they are indented in the document for nice-formatting.
But I'm using relative positioning and z-order to place one image (part of the layout) overtop of another.
I have something like this
<img style="position: relative; z-index: -1;" width=a height=b>
<img style="position: relative; z...
Whenever I inspect page elements in Firebug, I always see it adding styles such as...
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
... etc, to the Style box. Why does it do this?
...
Lets say I have an image gallery of 20 photos, then lets say I want to have another image as an image overlay on top of the 20 photos to make rounded corners or any other thing.
So that is 20 different photos + 1 photo that is called 20 times to be on top of the photos
Does the browser count this as 21 calls or http connections or as 4...
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 also between table cells. What I want to achieve is to have border only inside the table around table cells (without outer border around the...
I have a group of elements sitting on a 'conveyor' element within another element that is set overflow:hidden using css. How do I, when dragging, get the element 'out' of the holder element that has overflow set to hidden? When I drag the "item" classed image, it only drags within the holder, when I try to move it "outside" the holder, i...
I've been using
word-wrap: break word
to word wrap text in divs and spans, but it doesn't seem to work in table cells. I have a table set to width=100%, with one row and two columns. Text in columns, although styled with the above word-wrap attribute, doesn't wrap and causes the text to go past the bounds of the cell.
Any suggestions...
I've created a <div> with width:10em and height:5em.
Now I would like to display an <img> (GIF image) in this <div> with the exact same size.
But apparently it doesn't "know" the em unit. It shows the picture in 10x5 pixels instead.
How can I display this <img> using the "em" unit?
...
Hi,
I (absolute beginner) would like to put an image into a box with a little margin around. I tried with padding and so, didn't work. Then I tried this:
<div style="border:1px solid #CC6699; width:11em; height:5.5em;">
<img style="align:center; width:10em; height:5em;" src="path">
</div>
But instead the image gets stuck in the u...
Hi all,
I imagine that this question pops up every now and then (I actually read some posts before posting my own question) but here it is again.
How can I get the sticky footer to work on this url with IE 6? http://bit.ly/1T9n4E
The difference here is that I get a hidden div that shows if you click in "Werknemer" or "AEX" for example...
Hi all,
I have a website where the background need to be stribes (got an image of the stripe) in my body css i set it as background-image and repeat it, so far so good:
body
{
font-family: Verdana, Sans-Serif;
text-align: left;
margin:0px;
text-align:center;
background-image:url(../Gfx/Design/bg.png);
backgro...
I hope this is an easy one, but I've got a page where there's a table with many rows, and the user can decide to view anywhere from fifty per page to the "entire" list which is about 1500 rows. I've noticed that when viewing more rows per page, the "a:hover" style becomes significantly slower. Its not too bad in Firefox/Chrome/Safari b...