Activity Stream
48,167 MEMBERS
64601 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1.     
    #11
    Respected Developer
    Quote Originally Posted by * Porsche_maniak * View Post
    @Ornlu they can if you use php foreach function ... <img id=img src='.$valuefromforeach.'>
    You can fill your car with water too. That doesn't mean it'll work. An ID(entification) should always be unique.

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    CodeSociety.net
    Quote Originally Posted by * Porsche_maniak * View Post
    @Ornlu they can if you use php foreach function ... <img id=img src='.$valuefromforeach.'>

    didnt read the whole thing fully but u need to add [] to make it into an array beforing using foreach, if it works, then ur lucky and maybe for now it will but tomorrow maybe it wont



  4.     
    #13
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Code: 
    $("#img").each(function(){
        $('#img').ready(function () {
            $('#img').css('margin-left','auto');
            $('#img').css('margin-right','auto');
            $(window).load(function () {
                $('#img').toggle("slow");
            });
        });
    });
    the code should be:

    PHP Code: 
    $(document).ready(function (){
        var 
    Image = $('#img'); //Create an instants of the layer

        //Set the CSS
        
    Image.css('margin-left','auto').css('margin-right','auto');

        
    //toggle the image:
        
    Image.toggle('slow');
    }); 
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  5.     
    #14
    Member
    Website's:
    maxneeds.info
    litewarez - perfect code but somehow after the image is loaded it creates new line ..
    Some fix for that ?

  6.     
    #15
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    more than likley its an issue with CSS, you need to provide a screenshot and any css thats bound to the image.
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  7.     
    #16
    Member
    Website's:
    maxneeds.info


    It has only border:0 in the class

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Legend (Wait for it...)
    By The Legend in forum Introductions
    Replies: 6
    Last Post: 30th Jun 2012, 06:15 PM
  2. 1, 2, 3,...wait! WTF?
    By upnorth in forum General Discussion
    Replies: 3
    Last Post: 12th Jan 2011, 08:42 PM
  3. Oh, got to wait for 2 days :(
    By mightyb in forum Introductions
    Replies: 2
    Last Post: 28th Jan 2010, 11:46 PM
  4. How to Pause MSDN downloads
    By sairam123 in forum General Discussion
    Replies: 6
    Last Post: 6th Jan 2010, 12:59 PM
  5. How much time i have to wait
    By waqararif in forum General Discussion
    Replies: 6
    Last Post: 21st Aug 2009, 12:15 PM

Tags for this Thread

BE SOCIAL