Image not move from right side? [Solve]
Posted: Thu May 03, 2012 5:13 am
Hi all,
i have a HEADER PART to customize and i get this problem that, i do to solve in many times, but i cant understand why.. please see attached 1st.
http://imm.io/o4yz
now, i wondering why the flag cant move direct into "NATION WIDE BANNER" even i use float: right; or padding-left:1000px or itc.. since i want the flag move move floating above the image of "NATION WIDE", PLEASE HELP AND LOT OF THANKS
i have a HEADER PART to customize and i get this problem that, i do to solve in many times, but i cant understand why.. please see attached 1st.
Code: Select all
.logo-container <----container
{
width:1000px;
margin-top:21px;
height:75px;
float:left;
}
.logo <-----octagon logo
{
width:345px;
height:75px;
float:left;
margin-left:18px;
}
.header-ads <------Nation wide banner
{
width:485px;
height:75px;
float:right;
margin-right:12px;
}
.phil-flag001 <----------Philippines flag
{
width:98px;
height:53px;
float:right;
position:absolute;
}