Absolute Position help
Posted: 23 October 2009 03:50 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-10-23

Hi Guys,
I am new with CSS. I’m trying to create a absolute position button in my website.
http://crisclothesalterations.com/sample/test1020.html
I inserted the TEST word into a absolute position div ( top right side of my home page) as a sample to explain it.
#test {
width: 250px;
height: 50px;
position: absolute;
right: 200px;
top: 440px;
background-color: #CC0000;
}
I would like to keep this button below the phone sign(at the backgroud image), but when I resize the browser to the left side the TEST button comes toward to the left side as well.
How can I keep the TEST word below the phone sign even resizing the page to left or to the right side?
Thanks in advance.

Profile