No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hey everyone. First I'd like to say this is a great community and seeing as I've finally started attempting to learn PHP I decided I'd finally sign up for all of the current and future help I will need haha. Okay well I'm currently setting up a website for my … | |
Not sure if this is the right place but it looked good to me lol. Anyway, I'm looking for a web PDF viewer that I could set up "locations" on the pdf for the user to select from and view using one single pdf, and it has to work on … | |
Hey guys, I've been working on this for like 2 days now and I know it's something pretty simple to do, I'm just a rookie with php lol. Basically I have checkbox forms that I want to email all the checked values in. Here is my html: [CODE]<table class="pstable"> <tr> … | |
Hi, I'm currently working on a website for my dad that has dynamic fields (hit a button and an html template gets displayed). You can see the template in use here... [url]http://hbndev.com/ipad/index.php?option=com_content&view=article&id=5&Itemid=6[/url] As you can see it works, perfectly. EXCEPT for when you add a field it drops to below … | |
Re: Use a jquery light box (google it). There are tons of free lightboxes out there. There is also a way to do it with CSS3 however I wouldn't recommend doing that just yet haha. | |
Re: If I'm understanding this correct you simply want the .div2 to be a certain amount of pixels away from side? [CODE] .div1 { width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; } .div2 { position: relative; top: Xpx; left: Xpx; right: Xpx; width: Xpx; height: Xpx; } [/CODE] … | |
Hey, I have basically zero knowledge of javascript, ajax, etc so any help is much appreciated. Basically I'm making a site that has an html option drop down list. I was wondering if there was a script out there / if one of you could write the script for me … |
The End.