User Profile

Collapse

Profile Sidebar

Collapse
leelotis
leelotis
Last Activity: Aug 16 '11, 06:09 PM
Joined: Dec 21 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • leelotis
    started a topic can you shrink the scroll bar?

    can you shrink the scroll bar?

    Hi i have a lightbox i made i need to view the content as fixed so it shows up wherever the user opens it but i need to be able to scroll down in case the content overflows past the bottom of the screen.

    So i really need to make the lightbox absolute but then shrink the winow scroll property to the height of the content div + a little so i can view the overflow without loosing the fixed position effect.

    any ideas?
    See more | Go to post

  • how can i make timed onmouseover event close if mouse if not over

    Ok I have these divs but i need to make them close if the mouse is not over i have the onmouseout event but im using the below timeout script

    onmouseover=\"t imer1=setTimeou t(function(){do cument.getEleme ntById('viewcom menter.$comment id').style.disp lay = 'block';}, 1750);\"

    so the issue is if you hove over this it will pop up 1750ms later and if your mouse isnt over the element still the onmouseout event is never...
    See more | Go to post

  • leelotis
    replied to image upload preview and resize
    in Java
    I am considering that will be my only option as I don't seem to be able to find a upload script that works in IE and firefox. If you have any insight that might make it easier please let me know...Thanks..
    See more | Go to post

    Leave a comment:


  • leelotis
    started a topic image upload preview and resize
    in Java

    image upload preview and resize

    hey im trying to find a decent image upload preview and resize (for images that dont fit the placed view format) ive looked all over the web and ive had no luck and ideas?
    See more | Go to post

  • yes thankyou

    i did it and it works great. Thanks again.
    See more | Go to post

    Leave a comment:


  • htmlspecialchar s

    i used html specialchars and its working a little but not all the way im using mysql and php with java enabled. When i use html special chars and then decode to show the post its still causing errors when the code is used do you know of any good examples or ways around this?
    See more | Go to post

    Leave a comment:


  • leelotis
    replied to using like and where in a joined query.
    thanks

    great that fixed everything..... .... : )
    See more | Go to post

    Leave a comment:


  • thanks i think i should find my answer in htmlentities/htmlspecialchar s really appreciate the help guys.
    See more | Go to post

    Leave a comment:


  • well if I insert that code now part of it displays but not all of it and then the code caused and error where I had to delete the post because it disabled the pages entire functionality.

    Im thinking more of how to strip the code of anything that could cause problems with the database and php funcitonality and then placing it in a secure div for insertion and display, again your insight is much appreciated...
    See more | Go to post

    Leave a comment:


  • you wouldnt happen to know how to edit with auto-conversion for say multiple languages at once such as the code button here does?
    See more | Go to post

    Leave a comment:


  • thanks. i added a better example I want to find out how to post the code as plain text like the code button allows you to do.
    See more | Go to post

    Leave a comment:


  • Thanks. What about having the code display as just readable text and not executing thats what im really after. Like the code bracket button. I'm using php, html, and java but it I can get it to display instead of execute

    For example the below would show as text like it is instead of posting and trying to execute.


    Code:
    $query = "SELECT * FROM accounts WHERE username = '$username'";
      $result = mysql_query
    ...
    See more | Go to post
    Last edited by Dormilich; Dec 22 '09, 09:04 AM. Reason: fixed [code] tags

    Leave a comment:


  • leelotis
    started a topic using like and where in a joined query.

    using like and where in a joined query.

    Hi im doing the following query

    Code:
    SELECT * FROM networkinfo JOIN tblimage WHERE networkinfo.network LIKE '$data' && networkinfo.network = tblimage.imgdata && networkinfo.category = '$category'
    so I can get it to work untill I add the last

    Code:
    && networkinfo.category = '$category'
    this kills the whole query what am I doing wrong? I think it has to do with using the like...
    See more | Go to post

  • leelotis
    started a topic How can I Display code as text like in these forums?
    in PHP

    How can I Display code as text like in these forums?

    How can I display code as read only just like the code button option on this?

    I want it to work for anything that is inputed not just php, or html, or mysql, or c# but one solution for all code input just a complete disabling and posting solution.

    Code:
    how do I do this?
    See more | Go to post
No activity results to display
Show More
Working...