Hiya,
On the front page of our site using flash I have built a smooth zooming in to the image as you can see, where the focal point moves in and then stops after a few seconds. I am wondering if there is a way to do this in JavaScript (ideally JQuery), as I would like to implement it later in the site but without flash...
Thanks in ad...
Hello,
I practiced to center a div without a width and found a solution that works in every common browser. But when I put this solution into real page style, it wont work in IE.
The practice solution, that works perfectly in IE, Chrome and Firefox, looks like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:...
Hello,
What do I have to do to prevent the following from stretching more than 100%? It obviously stretches to 100% then adds on the padding... Thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">...
My site links to a paypal buy it now page that loads slowly. I would like to display an animated gif after the user clicks the paypal embeded link until the new paypal page loads.
Thanks in advance.
...
I have the following setup on 2 div tags:
<div id='div1' style='position: absolute; z-index: 2;'>
</div>
<div id='div2' style='z-index: 999;'>
</div>
The problem is tha the second div tag contains a link which is not clickable, meaning that the intiail div tag (or DIV1) is on top of it preventing me from being able to click div2.
I...
Hi all,
I am new to JQuery.
I am trying to add some code in my HTML web page to change the cursor,
but I am not sure if it is the best way to do it using JQuery alone rather than doing some self-custom declaration in an external CSS.
(I don't know if JQuery has got some built-in CSS properties.)
Here is the code for my very simple HTM...
I would like to do the following layout using blueprint css
Page Width = 960px
<- 20px -> <------- 600px -------> <- 20px -> <--- 300px ---> <- 20px ->
left main content middle right rail right
gutter gutter (ad unit) gutter
What would the appropriate column width, m...
I have been trying for some time to get the AlphaImageLoader to work with my s in IE6.
One of the solutions I was trying suggests applying the AlphaImageLoader and then the Opacity(0). This would essentially put the transparent png in the background and make the orginal png disappear. When I try this the image just disappears. Omitting ...
For me, one of the most useful features of tables is that their width adjust to its content.
You can very easily do things like:
<table align=center style="border: 1px solid black">
<tr><td style="padding: 20px">
some text here
</table>
If the content of that box is wider, the box will be wider. Very intuitive and it works on ALL bro...
Hello everyone! This is my first question on Stack Overflow. I heard this site was a great resource for website developers. I'm new and still learning so this should be easy.
I am making a photo gallery that has a few small thumbnail images and a large image in the middle, all on the same page. I want to make it so that when you cli...
I have a web application where users can edit their profile information. This is presented as a normal web form with input fields containing the existing values:
<form action="<snipped>" method="post" accept-charset="UTF-8" id="frmEditUser">
<fieldset>
<p>
<label for="username">Username</label>
<input type="text" name="username" id="u...
Hi I am trying to add background image to my button. The image contains two states,
A and A:hover.
a->background-position:bottom and a:hover=>background-position:top. It works fine in chrome and firefox but IE sucks so bad and display total height of the images (two states together). I was wondering if anyone know how to fix it. Thank...
Hi,
I have unwanted space here between the last DIV tag and the BODY tag for some reason. I can't work out why. I don't want this extra space at all. I'd prefer if my DIV#footer was flush against the edge of the bottom of the browser. I've applied a bright highlight background-colour to the body tag so it's easier to see the issue.
T...
The URLs exhibiting this behavior is here:
http://culturewithinaculture.org/introduction.php
http://culturewithinaculture.org/about.php
user: cwac
pass: cwac2112
The site has not been launched officially. But my problem is on the right side, Japanese copy. I have my document type set to UTF-8 which is what I thought it should be. On...
I have a page that has a header, a footer middle section that should grows to fill the rest of the page.
i.e. it looks like this
Let me describe the layout I'm wanting
header = 100% of page width with a fixed height. I don't want it floating.
content = min width of 760pixels, max of 1000pixels
Height to fill up to the end o...
I'm trying to make a page with an image meant for being loaded in an iframe. But there is 4px of space at the bottom of the body tag that I can't seem to get rid of. Heres my simplified source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
...
I have a basic unordered list in HTML/CSS as follows...
<div class="floatleft">
<ul class="help">
<li>item</li>
<li>item</li>
<li>item</li>
</ul>
</div>
I'm trying to do some custom stuff (image bullets, margin, padding, etc.) Since I assigned a class to the list block, I thought I could make my CSS de...
Hi All,
We have couple of portlets deployed on Websphere Portal Server. In the css file we have included a behavior attribute for img tag.
img {
position:relative;
border:none;
outline:none;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLower...
Hi,
menu sample
I was wondering if anybody knows of any menu systems (jquery if possible but doesn't have to be) that looks similar to menu sample.
It's not really the 2D button look that I am after but more how the sub-menu off the parent menu block is positioned off to the right of the menu.
Any help with getting this menu struct...
a.mO {color: white; cursor:pointer; margin-left:10px; font-weight:400; font-size:12px; display:block; border-top:1px solid #300;}
a.mO:link {
color: white; cursor:pointer; margin-left:10px; font-weight:400; font-size:12px; display:block; border-top:1px solid #300;
}
a.mO:visited {
color: white; cursor:pointer; margin-left:10px; font-...