Would anyone be willing to let me know what I'm doing wrong?
I can't seam to get a div positioned correctly and I don't see why! I can't figure what is causing
the div to mess up.
thanks for any help guys!
I posted at wordpress but they arn't too helpfull from what I've seen in the rest of there forum!
http://wordpress.org/support/topic/116876?replies=1#post-555980
quote:
Hello, and thank you for any help!
I am trying to make a template for my daughters little site and I'm trying to hide the sidebar and enable it when needed and I've done something and now I can't position it properly.
it should be in the top right corner but it now at the bottom left corner. would anyone be willing to take a look and suggest a way to fix it or point out what I've over looked/messed up?
here is the sidebar.php file
http://baby.arencibia.info/wp-content/themes/wpBaby/sidebar.html
and the css for this...
#sidebar {
background: transparent;
position: absolute;
top: 2px !important;
right: 1.05em !important;
float:right !important;
}
#sbtoggler {
float:left;
}
#menu {
position: absolute;
background: #fff;
border-left: 1px dotted #ccc;
border-top: solid 3px #e0e6e0;
padding: 20px 0 10px 10px;
display: none;
width: 11em;
}
file just in case...
http://baby.arencibia.info/wp-content/themes/wpBaby/style.css
thanks again if anyone is willing to look!
Jason