Hello,
I'm trying to replicate a Facebook wall-like effect where hovering over a feed item displays a "Delete" button. The button is invisible on page load, but hovering over the item displays that particular item's delete button. This is achieved with jQuery and the CSS display property.
This works all well and good in browsers such a...
Hi there
I'm look for a way to search a .css style sheet for a class. The particular class would not have been assigned to any particular DOM element as of yet, it is simple in the style sheet.
I saw another thread which said I could use document.styleSheet, but this requires me to know which order the css file is loaded by the documen...
Hi all,
I am trying to replicate a page I have been given, and I have nearly finish, but I have a small problem with it.
The space between tr are too big. I have done it reducing the margin top and bottom but there is a point where rows overlap.
Does anybody have any suggestions?
Thanks.
e.g.
<style type="text/css">
.divContainer
{...
Hi all,
I am having a problem with a page because its longer than one page it break a table so it would be printed in two pages.
I would need to stop this from happening, but I don't know how.
I tried
table { page-break-inside:auto }
tr { page-break-inside:avoid; page-break-after:auto }
Which I saw in another question here but no ...
What is the best way/service to test cross browser compatibility for a website design. I am on a Mac and need to see across all mac browsers and all PC browsers as well (obviously).
...
Hello. I've looked through all the relative GCS questions and answers on this site and have looked around the net, but no avail.
I am using Google Custom Search with the iFrame option and the standard theme on a site where the background of the site has a textured, multicolour background. The Google results come in a standard #FFFFFF ba...
Hi,
i want to make a real-time feed reader, and i want a solution to make the new items coming without refreshing the page and with a scrolling effect like friendfeed.
you can see what i'm talking about here: http://www.vimeo.com/4029954
I just want a function which i can call with new DIV content and then it create it above the previ...
I have a transparent PNG that is used as a picture frame, and I want to utilize the background-image declaration to place an image in the transparent center of the frame. The problem is that the images I'm using in the background need to be shrunk a bit to fit all of the image's content into the available frame area.
I don't think ther...
Hi
Is it possible to get a notification (like callback) when a CSS transition has been completed?
-pom-
...
With only 1 <div> and for heading i will use <h2>
HTML code would be this.I only want to add one class or id to main div.
<div class="round">
<h2> heading text </h2>
<p> lorem ipsum. lorem ipsum. lorem ipsum. lorem ipsum. lorem ipsum</p>
<a href="#"> Link text</a>
</div>
Any css or js solution? remember i want to use only one...
The problem is this:
I have a div (#bottom), which is NOT floated, which has a pre-defined height in CSS (of 24px;), which USED TO display its background (bottom.png) until I put something inside.
CSS:
#bottom {height: 24px; background-image: url("bottom.png");}
HTML:
<div id="bottom">
<div id="somethingInside">
</div>
</div>
N...
I have a blue-ish colour that I want to use in many places in my app and at the moment I am copying and pasting it between styles in my CSS. Is there a way of defining a constant like the standard colours, 'blue', 'red' etc. that I could share between my CSS, my HTML and my JS?
I'd like to be able to say (somewhere, preferably CSS)
my...
I am copying a table cell with javascript.
It works fine, just that it doesn't copy the style.
I wanted to copy like below, but that didn't work.
newCell.style=oldCell.style;
So I figured that for my text-align, I have to copy it like this:
newCell.style.textAlign=oldCell.style.textAlign;
That worked, but whenever I add a new style it...
Hi Guys,
1) I want to redesign a combo box using CSS and (minimal or none if necessary) javascript. I was wondering if there are good tutorials out there you've come across that can help me with it.
2) For Facebook users, you are aware that you can type 1 or more recipients on the address bar and it'll create a "button" around the user...
Hi All,
I am working on a small application and I basically need a list of 5 items say
Name
Address
City
Country
Zipcode
Whenever the user clicks on anyone of these he needs to be directed to another page and that particular item needs to be highlighted.
I want to do this dynamically. I have an idea that it can be done with javascr...
Greetings,
I have a php site that was working fine as of the start of the year. Then a patch came out for IE8 which caused the CSS I had to malfunction.
Is this a know problem or an isolated issue?
My main problem stems from trying to lock a header into place while allowing the body to be scrollable with:
position: fixed;
overflow:...
Hi All,
Please refer the below code. I want the boxes for Blue and all other color to be stretched. I mean it should start and end with the border of Styles and Colors.
Thanks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content...
Hi,
When I apply line-height in CSS or in javascript, it does not do it. And if I apply in the script, I get the following error.
Error: missing : after property id
Line: 26, Column: 44
Source Code:
Cufon.replace('#header .lists li a', {line-height: '120%;', font-size: '120%'});
javascript
$(document).ready(function()
{
Cufon....
Hi,
i know, the title is a bit crampy, but it's a weird problem.
i'm planning to adopt a open source webdesign. It all looks good on firefox 3.5 on vista, but when i open it up in Ie8 on vista the background goes 'flashy' on reload (i can't find another word, sorry)
what i THINK happens is that the background source (a 1px width and 12...
Wondering what to do about this. Googling but can't seem to find anything. I am using the Cycle Plugin for JQuery and works great in all browsers but IE of course. Same problem in IE 6, 7, and 8.
Expected identifier, string or number referring to line 13 of my js file. Anyone know what to do here?
js file:
$(document).ready(function(...