Forum: Graphics and Multimedia Nov 4th, 2009 |
| Replies: 2 Views: 763 Cant be sure but try using batch conversion from PNG to PNG. Otherwise choose an intermediate format during conversion which would surely remove editable components(though make sure you have selected... |
Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 3 Views: 677 Well there is nothing like advanced HTML. Its very straight forward markup language. Same with CSS. Its very easy to learn them all and know what they do but the thing is that you should know how to... |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 5 Views: 1,362 Create a layer over the tween if both exist in same layer. Otherwise if would be simple. Posy if I not very clear.
on (rollOver) {
_movieClipName.stop();
} |
Forum: Graphics and Multimedia Jan 4th, 2008 |
| Replies: 11 Views: 5,518 The movie is a Shockwave movie. The movie requires shockwave player in system, which is perhaps installed in yours. Apart from that Shockwave movies requires certain extra things called Xtras for... |
Forum: HTML and CSS Oct 11th, 2007 |
| Replies: 21 Views: 14,772 Hi Matty,
If we remove width="60%" from the table tag. It would work.
It was happening because you have 5, 95x95px images. So, when you give 60% width to the page, it's not necessary that 60% of... |
Forum: C Oct 9th, 2007 |
| Replies: 18 Views: 4,328 I don't know anything about it, infact nothing about 64 bit programming. But a liitle google search helped me to find this... |
Forum: C++ Sep 12th, 2007 |
| Replies: 3 Views: 5,853 Perhaps, you would need to do some research and you you need a library. Here're few links
http://www.zlib.net
http://www.info-zip.org/
You could also use Google or for any other OpenSource... |
Forum: C++ Sep 12th, 2007 |
| Replies: 6 Views: 3,879 You could also use #pragma once but it is compiler dependent and deprecated. Its generally used with MSVC++. |
Forum: C++ Sep 5th, 2007 |
| Replies: 2 Views: 562 Well loads of problems. Lets discuss each pf the:
1. Learn to indent your code and do not insert linenumbers before each line. We dont need that, [ code ] tags does it for you. See this... |
Forum: HTML and CSS May 13th, 2007 |
| Replies: 7 Views: 2,819 Do it something like this:
Here's modified CSS code
body
{
background-color: #000000
}
ul
{
float:none; |
Forum: Game Development Mar 10th, 2007 |
| Replies: 4 Views: 2,774 Well, what you want to do could be done using loadMovie(.....) and mouse event such as onMouseUp, onMouseDown etc etc...
These all will work with Flash 6 and above. Use your actionscript... |
Forum: HTML and CSS Jan 3rd, 2007 |
| Replies: 13 Views: 5,521 Have you tried putting padding, margin and all to 0. |
Forum: Graphics and Multimedia Dec 11th, 2006 |
| Replies: 4 Views: 2,119 Its a nice site and has got really good tutorials. Nice work. |
Forum: HTML and CSS Nov 24th, 2006 |
| Replies: 14 Views: 19,117 sorry i actually updated the script without checking it, might be some wrong things have crept in. I am in hurry now and will check it later after 7pm IST. |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2006 |
| Replies: 2 Views: 4,394 here's the code buddy
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://yoursite.com');">Click here to make this site as your default homepage</a> |
Forum: Site Layout and Usability Oct 20th, 2006 |
| Replies: 9 Views: 29,104 your table bg idea is good i have done that several times. but what i mean to tell u about scroll is that sometimes u really need that. You never know when your requirements change. Also using CSS... |