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?
User Profile
Collapse
-
can you shrink the scroll bar?
-
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... -
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.. -
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? -
-
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?Leave a comment:
-
-
thanks i think i should find my answer in htmlentities/htmlspecialchar s really appreciate the help guys.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...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?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.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
Leave a comment:
-
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'
Code:&& networkinfo.category = '$category'
-
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?
No activity results to display
Show More
Leave a comment: