Jump to content

divinedesigns1

Members
  • Posts

    1,200
  • Joined

  • Last visited

Everything posted by divinedesigns1

  1. thanks didnt see this one, im reading the first link at the moment, thanks
  2. the slide show is taking up the space for the testimonial and recent news also the buttons at the bottom are broken away from being inline and the menu buttons doesnt display inline i know i need to change the menu buttons from pixels to percentage but my main problem is the slideshow that takes up the space for the news and testimonial
  3. I'm trying to make it display as it should on a mobile device or tablet like how its being displayed on a desktop or laptop
  4. ok lets try something else, how can i make my website compatible with devices such as phones, etc
  5. hey is there a way to convert a website that is already up to be mobile ready also?
  6. hey, i am trying to send a max about of words of 292 to be displayed on my site, and if the words are more than 292 i would like it to have a read more link at the end of it, soo i though it would be as simple as if($rows['decision'] > 292){ $more = '..read more';}else{ $more = '';} but that just add the read more to every section even if its less or more than 292 am i doing something wrong?
  7. sorry for jumping into your post, but dsone how big would font-size:80%; would be?
  8. yeah i used basename and it worked perfectly now my active state is working awwsomeeeeee so happy over here.........thanks guys
  9. i was wondering how i can go about shortening the output of script_name, i keep getting the folder and the file name but i am just looking for the file name only. is there a way around this?
  10. i have checked your comment and it actually open up quite fast in all browser for me
  11. thats not giving me exactly what i want, but thanks tho, ill look into svg some more
  12. how would i go about make this box shadow to be displaying like this using css3 box shadow? the picture is below or would i have to create this in photoshop?
  13. ok i will try this, but just so i understand, dont put the class nor the onclick on the <a> tag
  14. ok i will try this and see if it works, im still checking google and youtube tho
  15. to let the guest know which page their on, and it should work when you click it yes that was the first one i posted, which i have been trying to get it to work, with using the help from what was given
  16. Does anyone know exactly how to create a active state, I have been trying to do so for a while without any success I have tried JavaScript and PHP. Hint, tip, and guides are extremely appreciated. Will post the new website ones I have complete it
  17. what is it do you not understand really? Do you know how to send a form information using mail()? If not I can give you a quick tutorial on how to do so
  18. oh ok, well i use mysqli_real_escape_string() for database
  19. Hey can someone point me in the right direct to secure and filtering PHP variables properly or the correct way....at the moment I am using stripslashes, etc.which to me seem a little basic, I learn a lot from when I first started using this forum, so I would like to learn securities for phpalso I would like to be pointed to a good source to learn JavaScript or a good book for such script.would greatly appreciate it, especially any advice or source for the PHP security
  20. ooo lol, and the website is still down, still trying to get it back up
  21. sorry, the owner forgot the domain again so it expired thats why you wasnt able to view the pages, also how you know this isnt my design?
  22. hey, im having a problem with this active state, when i click on another button the active state change to that button but the page itself doesnt. *not my code* this is the html code <div class="btn"><a class="cp_menu active" href="index.php" onclick="return false">Home</a></div> <div class="btn"><a class="cp_menu" href="about.php" onclick="return false">About Us</a></div> <div class="btm"><a href="index.html"><img src="images/DDS1 2012 logo.png" alt="DDS1" width="345" height="242" border="0" /></a></div> <div class="btn"><a class="cp_menu" href="services.php" onclick="return false">Services</a></div> <div class="btn"><a class="cp_menu" href="projects.php" onclick="return false">Projects</a></div> and this is the js code im using <script type="text/javascript">$(document).ready(function() { $("a.cp_menu").click(function() { $("a.cp_menu.active").removeClass("active"); $(this).addClass("active"); });});</script> also when i remove the onclick="return false" it change the page but does not keep the active state, i would like it to be able to change the active state and the page as it should
×
×
  • Create New...