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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.