- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: Teedoff is correct, I would also just specify a width, just so that you know what you are working with, well I guess it depends how you want the site to look and function. You can try something like this [CODE] .class1 { float:left; border-right:2px solid #000; max-width: 100px; min-width: … | |
Re: One things is for sure, writing W3C perfect code is not always the correct way, only take those errors up if it's really like a huge error, like wrapping a <li> with a div, that kinda coding is invalid and needs to be fixed, but those errors will sometimes say, … | |
Re: I'm not entirely sure as to what you want to do, because you say you want to stretch a image from top to bottom, from left to right, but I dont see a image in your code. And your code is a wee bit messy. But if there was a … | |
Re: Hi, well it will definitely help more if you have a live version of the site so I can have a look at it. you could also do it like this. [CODE] .content{ background-image: #ff0000 url("image/curly-banner.png")left bottom repeat-x; } [/CODE] First of all, is your png a transparent one? Did … |
The End.