Jump to content

Aligning Div Layer in External CSS File


britt15

Recommended Posts

How do I add the alignment of my button's Div layer in my css file? If you notice the layer on my site with the buttons, its uneven. Also, when you click on the touch pad in the window on my site, the layer overlaps my layout image. How can I lock the layer so it will stay in place all the time?

[a href=\"http://www.tainted-rose.com\" target=\"_blank\"]http://www.tainted-rose.com[/a]

[code]
style.css

body {
background : transparent;
margin : 0;
text-align : center;
color : #ffffff;
font-family : Tahoma;
font-size : 9px;
}
a:active, a:visited, a:link {
font-family : Tahoma;
font-size : 9px;
color : #ffffff;
text-decoration : none;
font-weight : normal;
}
a:hover {
font-family : Tahoma;
font-size : 9px;
color : #999999;
text-decoration : blink;
}
h1 {
font-family : Tahoma;
font-size : 9px;
text-align : center;
font-style : normal;
font-weight : bold;
color : #ffffff;  
}  
textarea, input {
color : #ffffff;
border : 1px solid #ffffff;
font-family : Tahoma;
}
submit {
color : #4e4e4e;
border : 1px solid #400000;
font-family : Trebuchet MS;
font-size : 9px;
}
[/code]
Link to comment
https://forums.phpfreaks.com/topic/5396-aligning-div-layer-in-external-css-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.