Take out all the alignment attributes for the divs inside the container. the container should make them all line up automatically.
Like Blue said. Make sure your images are all the same width....
Type: Posts; User: cbier; Keyword(s):
Take out all the alignment attributes for the divs inside the container. the container should make them all line up automatically.
Like Blue said. Make sure your images are all the same width....
ITS A MIRACLE! HAHA!
I made #bodywrapper a min height so it expanded with the nested #contentmain and #sidebar divs. I also added 200px to the #bodywrapper min-height to make the negitive margin...
no problem, unfortunately I don't know about the music or the ghost script. But good luck.
I ran the CSS Through the validator, and it made no change.
So i tried removing position attributes, also to no avail. When i removed the position attributes from the content and sidebar it just put...
Thank you for the input, im new to CSS im really trying to gather all the concepts
It is working fine over here, please try copying and pasting it. Thanks
I am currently developing my second website using CSS. It is being displayed the way I want it in FF but in IE the content and sidebar boxes are going over the footer.
...
Thanks but thats the wrong one. i found it though.
<style type="text/css">
<!--
body { font-family: Georgia, "Times New Roman",
Times, serif;
color: white;
...
To resolve this I have added
margin-bottom: -300px; to my content and sidebar, it pulled the bottom image closer to them.
please post the css code
nvm..
Just use the anylink one, its very good i have used it in two instances.
http://www.usgoldtour.com
http://www.lincolnbuyinggroup.com/new/
good luck
I am having an issue with my code I've tried many different things over a 3 hour period. Without much success. Any help is appreciated. I am attaching the link and the code. I am trying to get that...
Thanks! I used z-index on the content boxes rather then the footer. This has fixed the problem.
I have tried that, and I just tried again, but it is not working. Heres the code:
<style type="text/css">
#allContent {
width: 1000px;
background:#FFFFFF;
font-family:arial;...
I believe that it is the individuals printer settings that determine that.
Hi, I am currently making a website with some divs that i want to float over the footer. Its working in FF but the footer seems to be overlapping them in IE. Ive tried almost everything and cant seem...