Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #37.0K
Ranked #3K
~1K People Reached
About Me

Listen to rock songs,enjoy the meal,do the work...and do GEEK things .

Favorite Forums

5 Posted Topics

Member Avatar for MrDavo

You'r using table, So you don't need left and right align. For div structure you have many way to do that using float, width, text align.

Member Avatar for NetJunkie
0
283
Member Avatar for VenusCrystal

I had same problem and their was Blank Space between foldername. Make sure should be no space in filenames and foldernames.

Member Avatar for VenusCrystal
0
315
Member Avatar for Thien_1

You are using bootstrap and it has responsive class `class="img-responsive"`. Use it and images will be responsive.

Member Avatar for aliceknight
0
343
Member Avatar for faithingod1970

You have to write the code for sublist. Check below css code; #menu li ul { display: none; } #menu li:hover > ul { display: block; margin-left: -2em; }

Member Avatar for efe.ozyer
0
127
Member Avatar for rubai

You can use document ready function. Event is fired when document is loading and once is loaded you can use window load to hide it. jQuery Example : Note : Loader can be image or div; var loader = $("#loader"); $(document).ready(function(){ $(loader).show(); }); $(document).ready(function(){ $(loader).hide(); });

Member Avatar for rubai
0
325

The End.