triplefour design
-
Sidebar in Single View
no problemo glad i could help
-
SOLVED: Background Image Problem in IE 6 and IE 7
Thanks Rob , that worked perfectly. Appreciate it mate. andrew
-
Sidebar in Single View
Hi Gpirie, I initially thought it was a problem with floats but I figured out what the problem was . Your sidebar was not in your Content DIV. You need a container ( in your case your div called content ) and the only thing inside there was the …
-
css overflow problem IE
I believe the code below should fix your problem. Just delete the text in your file css/style.css and replace it with the code below. The reason why it was being cutoff was because on the .slide div it had a padding of padding: 8px 10px; Which…