CSS Troubles
-
Hi there!
I am having troubles with my css I think. I have been able to use these following codes for the main content parts of my website, but as you can see in this image the layers overlap. Now that only does that in some google chromes and some IE’s, and looks just fine in others. Here is my current coding:
.one-sidebar-left #pagelines_content #sidebar-wrap {
background: rgba(109, 101, 120, .9);
color: #FFFFFF;
position: fixed;
width: 290px;
height: 100%;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
align: center;
}my other problem is in the sidebar, where I have my design branding, it goes wherever it wants. Is there any CSS (or HTML) that I can use to fix that and make it stick to the bottom?
Thanks,
ReggieYou can view this website for yourself here!
- The topic ‘CSS Troubles’ is closed to new replies.