This is a discussion on "CSS help" within the Web Page Design section. This forum, and the thread "CSS help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS help
I am trying to construct a tableless web page using CSS but i have run into a problem and can't for the life of me think of a solution. The problem is: I have an image 100px by 400px and i want to place 3 paragraphs of text alongside the image but all attempts so far have failed. If i was using HTML i could use "rowspan". Could someone help me out here please. Thanks Alsilver
|
|
|
|
||||
|
Re: CSS help
#foo { width: 100px; height:400px; float:left; margin:8px; background:url("foo.jpg") top left no-repeat; } or something.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: CSS help
Hi Moojoo thanks for the help and advice. Almost done now and everything displaying well in IE7, Firefox and Opera except for the last paragraph which over laps the footer for some reason i haven't solved yet! Think i'll leave it until tomorrow when i'll hopefully have a clearer head lol. Cheers. Alsilver
|
|
|||
|
Re: CSS help
Thanks Ryanfait i think that i will have to take you up on that offer. Cheers Alsilver
|
|
|||
|
Re: CSS help
Hello there Ryanfait
Shall have to take you up on your offer to help me out. There are a load of mistakes i'm sure but the most obvious (in my humble opinion) are: the "Favourite Sites" tab is not level with the top of the left-hand column and the text over lapping the footer section. Would really appreciate any and all help and advice. Many thanks in advance. Alsilver The Webpage is http://www.geocities.com/homemadepage/personalpage.html |
![]() |
| Tags |
| images, text |
| Thread Tools | |
|
|