Forum: HTML and CSS May 20th, 2008 |
| Replies: 7 Views: 1,578 |
Forum: HTML and CSS May 16th, 2008 |
| Replies: 7 Views: 1,578 |
Forum: HTML and CSS May 16th, 2008 |
| Replies: 7 Views: 1,578 Re: How to make this layout using tableless Divs thanks for your reply,
however, this is just the basic setup which i already have.
the problem i am really facing is the overlapping of the right box on top of the image and the left box having... |
Forum: HTML and CSS May 15th, 2008 |
| Replies: 7 Views: 1,578 How to make this layout using tableless Divs Hi guys,
Please refer to my attachment, I am really facing problems trying to make this layout tableless.
1. The top of the right content box will overlap the Banner Picture
2. Te Left Content will... |
Forum: HTML and CSS May 15th, 2008 |
| Replies: 6 Views: 2,005 Re: div repeat background problem MidiMagic, you are right. I just faced another problem not being able to repeat my background image as i really needed absolute positioning for my contents since i am not that professional a... |
Forum: HTML and CSS May 8th, 2008 |
| Replies: 6 Views: 2,005 Re: div repeat background problem thanks for your continuous response rudevils,
however, i finally solved my problem, it was because of the positioning that i have set for my inner and container divs. my container was at relative... |
Forum: HTML and CSS May 6th, 2008 |
| Replies: 6 Views: 2,005 Re: div repeat background problem thanks for your reply,
however i tried background repeat but it still doesnt work..
#container{
background-image: url("");
background-color: White;
background: left top repeat;
} |
Forum: HTML and CSS May 2nd, 2008 |
| Replies: 6 Views: 2,005 div repeat background problem hi guys,
i am currently facing one problem whereby i have a div container with a background-image and i want the background to automatically repeat as the inner divs contents expands. However, if i... |