Forum: JavaScript / DHTML / AJAX Jan 10th, 2009 |
| Replies: 3 Views: 1,420 You posted the problem. :( Not your solution so far... I can't see where you went wrong if you didn't post your work. |
Forum: HTML and CSS Jan 2nd, 2009 |
| Replies: 6 Views: 2,069 It's a background image set in the document body.
Here's the CSS code for it:
body
{
background-image: url(image.gif);
background-position: top right;
background-repeat: no-repeat;
} |
Forum: HTML and CSS Dec 31st, 2008 |
| Replies: 17 Views: 1,158 These are the 'bare' essentials of the CSS centering hack: the width and the margin. If you don't specify a width, the margin trick won't work. If you don't specify the left and right margins as auto... |
Forum: JavaScript / DHTML / AJAX Dec 30th, 2008 |
| Replies: 5 Views: 586 *gulp*
That's a load.
Can you post a link to the tutorial or site where the javascript effects are from. There might be a FAQ there on integrating 2 scripts. I want to check it out. =)
*I... |