1 reply [Last post]
expertalmost
expertalmost's picture
Offline
newbie
Last seen: 8 years 18 weeks ago
Timezone: GMT-5
Joined: 2011-11-27
Posts: 7
Points: 11

Good morning!

I have a background image that I am trying to place some text and some buttons. I can place the text (only using padding it seems) but cannot get my button to place correctly. I've tried dozens of different workarounds but can't get anything to work. Any help is much appreciated!

The page: http://tradecaptain.com/nlp
My css/html. Its not pretty. I'm just learning. The broken css id is .video at the end of the code.

.outer {
position: relative;
background: url(/images/LandingPageTopBlend.png);
width: 960px;
height: 300px;
}
.Line1 {
line-height: 10px;
padding-top: 50px;
text-align: center;
font-size:26px;
font-family:Verdana;
font-weight: bold;
color: #fff;
}
.Line2 {
text-align: right;
padding-right: 45px;
padding-top: 15px;
font-size:10px;
font-family:Verdana;
font-weight: bold;
color: #fff;
}
.Line3 {
line-height: 10px;
text-align: left;
padding-left: 45px;
padding-top: 30px;
font-size:26px;
font-family:Verdana;
font-weight: bold;
color: #fff;
}
.video {
display: block;
position: absolute;
top: 260px;
left: 100px;
}

The Simple Way to Trading Profit

trading forex stocks commodities futures

The TradeMap. Trade like a pro.

How to Trade Video

gautamz07
gautamz07's picture
Offline
Enthusiast
Last seen: 6 years 37 weeks ago
Timezone: GMT+5.5
Joined: 2014-04-24
Posts: 265
Points: 403

@expertalmost can you post the html code

can you post the HTML code ? that would be of much help in figuring out the problem .