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: jezx
  • Order by date
  1. jezx

    Changing color/border of a checkbox/radio button.

    To effect the actual border of the text box you need to add INPUT to the style sheet Examle: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <style> .fullname INPUT{ font-size:12px; border-right : solid #F7B0B5 3px; border-left : solid...
  2. jezx

    Thread to test for computer internet connection

    I have been asked to add some code to a flash.exe file that when opened, off a CD, it will check for a web connection and pass back the information to the provider that the file has been accessed. Thats all. I have suggested that most firewalls will block this connection but if someone knows how...
  3. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    Thanks Foamcow. The extra table is not used in this case thanks for pointing it out. I use it as a cheat to center a small page so it always stays in the exact middle of the explorer window, well thats the idea anyway. Doesn't validate but works on different platforms and browsers...so far. I...
  4. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    The solution you pointed to makes no difference to the problem. Thats not to say it is not correct code to close the P tag. I do not want a line break I want a paragraph with a space and I want it justified and positioned within a table cell . If you dont understand my explanation then cut and...
  5. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    Thanks for all the info. I have managed to track down the problem if anyone ever has the same issue in the future. Here is a reduced version of the code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <STYLE> body {margin-left:0px ...
  6. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    This is the code for the page <html> <head> <title>Angel Group Limited</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="DESCRIPTION" CONTENT="Angel Group Limited is a private provider of high quality accommodation and support for vulnerable people...
  7. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    With a body of text I want simply to place it in a table cell, position and style it with css and have line breaks and paragraphs, like you do in text. I want this to be with css justified text. No problem. EXAMPLE: this text is justified though I can not make it so here. there is a line break...
  8. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    thanks jeff That is a possible way but does not create a space when needed. Using styles I can break and position the next para but it doesnt explane why the <p> tag acts so strangly in a block of text
  9. jezx

    Mac pc text different. The &lt;p&gt; tag propblem

    when using the <p> tag and a style sheet the text layout is fine on pc but not on mac. This only happens if the <p> tag is repeated in the body of text. It happens in a table on the wrap around example; <table width="750" height="700" bgcolor="#336666" BORDER="0" CELLPADDING=0 CELLSPACING=0 >...
  10. jezx

    mpeg fullscreen with lingo

    is it possible with media cleaner?
  11. jezx

    mpeg fullscreen with lingo

    I have an mpeg1 video clip. I want to place the film in a movie then when you click on it it goes full screen and another click goes back to origional size any one know a script? the mpeg1 playes full screen in media player
  12. jezx

    How do I refresh a window and stop origin window jumping top of page

    Once again that is great and thanks. works a treat.
  13. jezx

    How do I refresh a window and stop origin window jumping top of page

    I have used this code which works great but now the origional window (contains open.window code)jumps to the top of the page. How can I stop it and get it to remain static when clicked href=# and onClick=goTo(URL); function goTo(URL) { newWin = window.open(URL,'','HEIGHT=385,WIDTH=450,')...
  14. jezx

    refresh pop up window

    Thanks that worked great. can use it on lots of sites I already made but don't have focus. thanks again jezx
  15. jezx

    refresh pop up window

    How do I refresh a window when using the script? <a href=&quot;javascript:location='#.html';window.open('cottagesb001a.html','photo01','HEIGHT=385,WIDTH=450,')&quot;> the window opens but if I go to main page and click another image to open in same window the window is at the back
  16. jezx

    making images snap to a position.

    thanks for that I'll give it a go
  17. jezx

    making images snap to a position.

    How do I make an image be dragable to a space and then when dropped it snaps to the space. I want to be able to do this with a series of images in a quiz so that when you have the images arranged in the right order it tells you it is correct.
  18. jezx

    how do I set the goto command to be active if the mouse does not move

    Any Ideas? how do I set the &quot;goto&quot; command to be active if the mouse does not move for say 3 minutes. The code should say if x coordinate of mouse does not change for 3 minutes then goto scene 1.

Part and Inventory Search

Back
Top