Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

02 September, 2015

Image Mouse Over Effect using CSS3 and jQuery

Image Mouse Over Effect using CSS3 and jQuery. This mouseover effect it really very attracts the visitor to see your website. it will help to create high professional web design. Learn this simple mouse effect code. For quick view have a look at a live demo.

 Image Mouse Over Effect using CSS3 and jQuery

27 August, 2015

CSS3 image zoom fade effect

In this post, i have explained about CSS3 image zoom fade effect. recently I have posted CSS3 related tutorials, iI got a good response. Because CSS3 it's very easy to design the website to implement animation effect is there. Here I have not used any script function, everything i have used CSS. 


13 July, 2015

CSS3 text animation effect

This tutorial I would like share about CSS3 animation effect. Generally, we will use animation script for text fade effects. But you can get same animation effect without using any script. CSS3 style has key frame effect it's providing customization of animation script. Here I have shared How to create CSS3 text animation effect using CSS3.

CSS3 text animation effect

16 June, 2015

CSS3 image rotate animation effect

CSS3 image rotate animation effect. recently i have used my project image rotate animation code it's very easy to set keyframe effects and apply transformation effect. You can manually change effect timing and rotation style. Follow the below code and learn how implement to your website. 

CSS3 image rotate animation effect

09 April, 2015

Codeigniter load CSS and Javascript files

In this post i have explan about how we can use external css and javascriptin CodeIgniter. Recently i have posted Convert html to codeigniter and basic steps of codeigniter. For beginner this one the best helpful guide. Just follow that tutorial after start to integrate css and js in CodeIgniter file.

Loading CSS and Javascript File in codeigniter

14 May, 2014

Facebook Style Drop Down Log out Menu

i have tried to facebook style drop down menu list. i used some few line simple jquery function. click down arrow drop down menu list display here i use div show and hide based on jquery code. i make some own css to designed the drop down menu.

18 March, 2014

Facebook style login system using Mysqli and CSS

Facebook style login system. Facebook provide login username accepted by 3(username,email,phone number) types, its very simple concept, just we written sql query to check whether that data is there or not to the database.

Facebook style login system using Mysqli and CSS

08 February, 2014

custom search engine

This topic i explain about how to make search engine in your site. this is simple concept your posted value directly search on google search engine. that value posted on form action page follow the below code and live demo.

search engine

20 August, 2013

Simple comments form using in php

This concept based on post comments to display on below page. its like feedback comments form method. users visit our website to give the feedback or comments to directly show on other users coding using on php and mysqli just post the comments to store in database to fetch on directly.

15 August, 2013

How to create Dynamic Menu using php and mysqli

This post concept on how to Make dynamic CSS menu or Auto generate menu. its nothing but normally make CSS menu concept just fetch menu name to the database using php and mysqli query. this concept most using on most of the admin panel websites and WordPress websites .

07 August, 2013

Twitter style compose box


In this Post we have designed how the compose box is  being designed in twitter using css.on clicking on this text box the size of the textbox gets expanded automatically without any jquery.


20 July, 2013

pagination concept in php

This post concept based on pagination its simplify to view count the number of the database value make paging method simple to access first last database values . I make the company employee status using pagination concept just try and download this coding.

pagination

View code         Download

26 June, 2013

Login and Signup tab using jquery


This post make on using tab on login and signup tab concept simple method  design tab style login and registration panel with CSS, HTML and Jquery. Tab system help login and easy register user information.

login

30 April, 2013

CSS style input box design coding

This topic we discuss about CSS3 code. CSS3 they release lot of style code, here i am using text box design. CSS3 induced cursor focus script and hover change style also. Just follow this note learn CSS3 styles. Have look to live demo.


16 April, 2013

Div Split coding

1.This method Easy way Split Div basically Div split using only Grid but this coding simple method try this code.

<div style="width:700px; column-count:2;  -moz-column-count:2; -webkit-column-count:2;"> 
 
</div>
2.Not only that using table Split text , Paragraph , tables etc..   divide to column count  column-count:2;  using multiple 2,3 or 4 

Live Demo :


Before Form

Contact Person*

Company Name*

Email*

Address*

City*
Phone*



After Split the Column Div 


Contact Person*


Company Name*


Email*


Address*


City*

Phone*





09 January, 2013

Change Image on hover using CSS and Sprite Image

Changing an image on hover using CSS and sprite image is very simple and is done by just varying the background position. The trick behind doing this is you have to make the image as background of an element and mention height and width of that element according to background image that should show up when the image is not hovered and when the image is hovered show the rest part of the image by varying the backgroundpositions.
Change Image on hover using CSS and Sprite Image