Jump to content

Nikolas96

Members
  • Posts

    15
  • Joined

  • Last visited

About Nikolas96

  • Birthday 12/19/1996

Previous Fields

  • Languages
    JavaScript,PHP,Python

Profile Information

  • Interests
    Web Design

Contact Methods

  • Yahoo
    seven.soft

Nikolas96's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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: 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. Nikolas96

    full bg scroll

    hi guys,... i want to make a full width and size div on top of my theme like this: http://themes.semicolonweb.com/html/canvas/index.php i want my img show full width and height of viewport and a title and descriptions in it.. and after scrolling go down to contents.. note that make fully responsive that means in all device my div fit to screen! thanks a lot for helping....
  5. 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...
  6. 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....
  7. Nikolas96

    Set Height 100%

    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.
  8. i want to create custom shape container... like create custom shape div! (ellips,regtangle,star,Polygon) like this image: http://uupload.ir/files/d13o_untitled-1.jpg this orange div under the menu.
  9. https://www.codecademy.com/ http://www.tutorialspoint.com/
  10. you can use linear gradient. and use rgba color to set opacity of first 10% of background color to 0. like this: linear-gradient(to right, rgba(255,0,0,0) 10%, rgba(255,0,0,1) 10%); use this code start bg color start 10% after rgb bg image...
  11. hi how can i create crooked container and lines in web pages? like crooked div! or something like this sample image should i use svg or canvas?? thanks.
  12. 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...
  13. hi i want to learn best framework for css... bootstrap or w3.css? or both? thanks...
  14. hi everybody! why there is'nt Python Tutorial On W3Schools? when python add? tnks
×
×
  • Create New...