Jump to content

tphgangster

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

tphgangster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Could not make the alistapart-solution work so i tried another one with a jQuery animation-plugin. Worked but not as flexible.
  2. Hi, I'm trying to create a email with some inline style so that it some what looks like the original page. I have never done anything like this and looking for some tip on how best to do it. Are there any tool or page where i can check if what i create work in various email client and web mail? What it would look like? Not sure what Category this should be in. // tphg
  3. darn, i can't get the menu to work as it suppose to for some reason =/
  4. Yeah, know about that on. Been working on it for a while now but cant get it to work correctly with my images. But i guess i'll have the same problem with other so... Thanks anyway!
  5. I'm creating a menu using jQuery, CSS and Sprites. The jQuery is switching CSS-class on mouseover and mouseout using this code. $("#first").bind("mouseenter",function(){ $(this).removeClass('firstC').addClass('firstCH'); }).bind("mouseleave",function(){ $(this).removeClass('firstCH').addClass('firstC'); }); What i want now is a fadeIn/out effect on the css so that the images don't just pop out. Is there an easy way of doing this, some plug-in for jQuery or something? // tphg
  6. Ok.. lets say i have <input type='text' value='32' /> How do i get 32 from that input so that i can use it in a loop, a php function, anything. exampel for($i=0;$i<=$value;$i++) {..} where $value is the value thats in the above input (32). for($i=0;$i<=32;$i++) {..}
  7. How do i get the value of an input with php soo i can insert it in i.e. a for-loop? for($i=0;$ < $inp;$i++) {..} were $inp = value of an input. Anyone? // tphg
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.