Jump to content

jtwalter

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by jtwalter

  1. I am currently experiencing something weird with the menu items on this page: http://www.garrettbe....com/index2.php The borders are just to see the spacing more easily. I set them to go bold on hover, but the problem is all the others move when one is rolled over. This makes sense since they are all relative to one another. It is most notable in Safari. Does anybody have a suggestion as to how I could get around this with a different way of spacing them? Tables? Percentages? A property I'm missing? Thank you for any help! Julian

  2. I have a page on another website that needs to be tracked. Basically the user signs up on our site, and then ends up on a "thank you" page on the billing company side. So the only way to track user conversion is by being able to track this "thank you" page. I thought I could do this by having them place a piece of code that I wrote of a 1x1 iframe to a page on our site, that way when this page has a view, it means someone ended up on the "thank you" page. However, this iframe misses some views sometimes (if anybody knows why, please let me know). We know this because we can see the amount of signs up from the billing company. I have seen the use of tracking pixels and can't figure out for the life of me how they work, nor can I find anything online. It's a code such as <img src="http://www.mydomain.com/pixel.php?signup=1234" width="1" height="1" />This must be better somehow than the iframe that I put in, because all advertising companies we have worked with use this. Do you know what kind of code would have to go into that 'pixel.php' page? Thank you very much!

×
×
  • Create New...