Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #54.9K
~7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for alexgrover

Hi, Simple HTML code with few DIVs. See below the code. When window resized, One DIV overlaps with other and it looks messy. I could not figure out the problem. I tried to change position to relative and no it overlaps. Can someone please point out the problem in the …

Member Avatar for LearnTheNew
0
6K
Member Avatar for praveendasika

[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID …

Member Avatar for Abdhesh_1
0
342
Member Avatar for Clarkeez

Hey.. I have a problem with my CSS, let me show you.. CSS [CODE].wrap { font-size:12px; width:980px; margin:auto; } .left_wrapper { height:auto; float:left; width:20%; background:#699; } .right_wrapper { height:auto; float:right; width:79.7%; border-color:#b7b6b6; border-top-width:0px; background:#993; }[/CODE] HTML [CODE]<div class="wrap"> <div class="left_wrapper"> blah blah </div> <div class="right_wrapper"> blah blah </div> </div>[/CODE] Now, …

Member Avatar for akhtar.web
0
167