Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: benluke4
  • Order by date
  1. benluke4

    subtracting a percentage from a figure

    This IS the full script. Im not getting any error or wanring messages but its not working. [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> </head> <form action="" method="post"> <input name="percent"...
  2. benluke4

    subtracting a percentage from a figure

    no my forms not in the php script heres the full page <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> </head> <form action="" method="post"> <input name="percent" type="text" size="6" maxlength="10"> percent...
  3. benluke4

    subtracting a percentage from a figure

    ok i dont understand your answer, This is what i have at the minute <form action="" method="post"> <input name="percent" type="text" size="6" maxlength="10"> percent of 100 <br><br> <input name="submit" type="submit" value="Calculate"> <input name="total" type="hidden" value="100"> </form>...
  4. benluke4

    subtracting a percentage from a figure

    sorry, a number. What im trying to do is find out what 10% of $total is then subtract it from £total and give the answer.
  5. benluke4

    subtracting a percentage from a figure

    Hi, Im trying to find out / learn how to subtract 10 % from a figure using PHP? Im stuck any ideas/hints/tips Thanks BEN
  6. benluke4

    is it possible to style a check box?

    Cheers Laure, thats just what i wanted to here Thanks Benluke
  7. benluke4

    is it possible to style a check box?

    Hi, is it possible to syle a check box? Ive been trying but failing so was wondering if its possible? Thanks BENLUKE
  8. benluke4

    on hover, pop up. Is it possible in CSS

    cheers philote, got that looking for someting using mousover images tahnks anyway
  9. benluke4

    a question about function toggle

    thanks very much that helps loads, i have some more questions but need to work on some things first thanks Ben
  10. benluke4

    a question about function toggle

    Hi, im really not very clued up with javascript and have managed to put this together with help from the css forum. Im trying to show and hide a div on mouse over an image and mouse out. At the moment ive sourced code to get it to show and hide the div onclick but need to achieve sho and...
  11. benluke4

    on hover, pop up. Is it possible in CSS

    thanks that got me on the write track, i now have the following which is working nicely, but instead of onclick how do i make the div appear on mousover and hide on mouse out? <html> <head> <title>Untitled</title> <script type="text/javascript"> function toggle(el) { myEl =...
  12. benluke4

    on hover, pop up. Is it possible in CSS

    Thanks Vragabond, ok, basically on mouseover a box to appear saying this is an image of me etc, not just using the alt tag. I think ill need javascript and css, can anybody point me in the direction of any tutorials which might help thanks
  13. benluke4

    on hover, pop up. Is it possible in CSS

    Hi, im wondering if it is possible to do the following. on mousover an image - show pop up box describing the image. Is this possible using css? and what am i looking at to achieve it? any advice appreciated Thanks Ben
  14. benluke4

    whats the best way? layout CSS

    nice one thanks again
  15. benluke4

    whats the best way? layout CSS

    thanks much appreciated
  16. benluke4

    whats the best way? layout CSS

    Hi, Was wondering whats the best way to achieve this table layout using CSS? <table width="80%" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="24%"><img src="images/redstar.gif" width="19" height="19"></td> <td width="76%"><a class="but"...
  17. benluke4

    gap issue inIE

    Thanks Guys Thats great, overflow: hidden; worked a treat I love this site
  18. benluke4

    gap issue inIE

    some of you gurues must no?
  19. benluke4

    gap issue inIE

    Hi, im no css wizard and hae me a problem that i cant fix. im sure its pretty simple but too hard for my simple mind if you look here http://www.eckogecko.co.uk/hingtai/ in FF its fine but in IE theres a gap under the three images on the left hand side heres my CSS code - apologies if its...
  20. benluke4

    cant clear cache

    Hi as suggested by BillRPS can anyone help me out this discussion It has been running here and is more appropriate to this forum http://www.tek-tips.com/viewthread.cfm?qid=1043359 Thanks Ben

Part and Inventory Search

Back
Top