There's lots of things that IE handles differently than FF or any legitimate browser. I'd suggest using google searches to research and playing with CSS to learn how to properly design for both.
You're going to need a lot more than HTML to get it rolling. I've built a basic one out of PHP before. You can definitely find some out there that use Jaascript. Check out DHTML
Depends on how good you are, how bad the photos are, and how much time / effort it will take to do it, and what you feel is reasonable. Theres no set cost, nor can anyone suggest a price because nobody knows the information listed above.
Good job on the site for two months worth of learning. A few suggestions, 1)Your design will benefit from being centred 2)Only HTML should be in the .html file, make a .css file with all your CSS in it. 3)Be careful with your reliability on Javascript. Many people operate without javascript on, and ...
Well, I currently have this in my BODY, but it wont work :( <?php if(isset($_COOKIE['cookiename'])) { echo "cookie set"; } else { echo ?> <div id="autoload"> Cookie not set </div> <?php ;} ?> <?php setcookie("cookiename", "someVal...
I would suggest using PHP for this. That way, if the user is new it can be generated on the spot. If not, then it will not be executed in the html and just be hidden. if( isset($_COOKIE['myCookie'])){ //Nothing will happen because the Cookie is set. If not it will go to else: }else{ ...
Yes, open the Actions Tab, and make sure that you're set up to start the first image. Hit Record in the actions tab, complete one image.(with the hide layer stage) Hit Stop in the actions tab, Hit play in the actions tab.
Photoshop will watch what you are doing and copy your actions.
How are you applying these colours to the site, and what browser are you using to view the site in. In reality it is impossible to match the colour exactly. All you can really do is design the site how you want it in photoshop and then transfer it over as is. If you are transfering colour codes stra...
Welcome to DEVPPL It's rare that you don't find the answers you're looking for here, or at least someone willing to help. If you have any questions learning PHP and MySQL, please feel free to ask on the forum, this is where I learned everything I know