Thread: CSS problem
View Single Post
Old 12-08-2007, 10:11 PM   #6 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

That's awesome :| :O

A big thanks to you! I will study the code carefully :D

One thing though that got my attention.. I'm trying to slice my own pictures.. so I get full quality.. but the header turns out to be a real pain in the ass to get working >.<

Because the left and the right sides of the header(and the footer), is rounded... so I'm using another image there.

For the footer I've just used:
HTML Code:
            div.footer {
        		background: url(footer.jpg) repeat-x top left;
        		height: 15px;
        		margin: auto;
    		}

                <div class="footer">
                	<img src="footer-left.jpg" style="float: left;" />
					<img src="footer-right.jpg" style="float: right;" />
                </div>
But that doesn't work for the header =//
See SS
Attached Thumbnails
css-problem-uhm.jpg  
Tanax is offline  
Reply With Quote