Jump to content

Nikolas96

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Nikolas96

  1. hi, i have many forms in index.php file and i tried to send a form with method post from login.php file. and i use _$POST to receive data in specific section in index file. but all forms in index file submitted too.

    what do i do? i want just my login form receive data and other forms still with no act...how i use form id in php receive codes to receive specific form data?

    thanks...

  2. hi guys..

    i'm making a blog theme and i have one big problem...

    for example i have 8 post in my blog showed in this image:

    vbr9_1234_thumb.jpg

     

    and when i click on a post, blog system just show post has clicked on it.

    i want when page loaded posts are aligned from right and with width 25% like image and when just one post showing

    it align from center and with diferent styles!

    that means post div get style based on number of posts available in parent div!

    is it possible? how?

     

    thanks..

  3. hi guys

    i have four box div like this and a sub div in each div with display:none.

    i want when box dives hovered the inner sub div get fade in jquery effect.

    with this => $(".box").hover => $(".sub").fadeIn()

    but with this, when one of the boxes hovered all of subs get fadeIn effect

    i want just the inner sub div of each box get this effect

    what do i do? thanks...

    <div class="box">
    <div class="sub">
    
    </div>
    </div>
    
  4. http://www.w3schools.com/w3css/tryw3css_templates_analytics.htm

    something like this and responsive...

    second problem is height 100%!

    i have a menu bar on top like link above

    and a sidebar with width 200px and i want to set height of this to 100% of remaining height of vh.

    and a container div!

    only with position fixed i success to do that but i want to set overflow of my sidebar and container to auto and want to scroll when size of it get smaller...

    but with position fixed scroll did not work correctly!

    i set overflow of body to hidden and want only container have scroll!

    thanks...

  5. hi guys...

    i have two div and i set width of div one to 320px and i want to set width of div two to 100% Minus 320px!

    that means 100% of remaining width of viewport!

    what do i do?

    thanks a lot....

  6. Hi Guys.

    in this code:

    <div id="main">
    
    <div id="inn"></div>
    
    </div>
    
    #main { height 100px; width:100%;}
    

    if i set height of #inn to 100% it take 100px height off screen.

    but i want to take 100% height of screen!

    how to do it?

    thanks.

  7. hi guys..

    i'm looking for best and the most advanced way to do responsive web design and choose it and expert on it...

    i don't like css frameworks because learning a css fw is consuming and fws are somehow limited.

    so what you prefer?

    use media query? normal css like using float or inline-block?

    thanks friends...

×
×
  • Create New...