hi, is it possible to convert this page to have exactly the same background in css?meaning eliminating all the tables?
<!-- m --><a class="postlink" href="http://www.zmedenjastog.com/index2.php?cmd=homeYep">http://www.zmedenjastog.com/index2.php?cmd=homeYep</a><!-- m -->, sure is. But you usually don't "convert" something to CSS since CSS is a completely different way of doing itOriginally posted by IncaWarrior
Yep, sure is. But you usually don't "convert" something to CSS since CSS is a completely different way of doing it Not entirely. You just don't use any code to modify the way something looks, other than markup meant to split up the site. But, again, that site is VERY possible, and arguably simple to do in CSS.should it be done with floating divs?yeah, a couple. I see a lot of lists in there tooOriginally posted by LiLcRaZyFuZzY
should it be done with floating divs? Yes, that's generally how CSS layouts should be done. Do you want me to try and dig up some resources/ tutorials for you, or are you all set?it would be real' nice!i always have problems with backgrounds..well, got problem wit everything, but wit bg specially,heheWell, then it'd be good to brush up on the basics (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m -->) first, then.hehe, this is okay, the basics are known. but their floating section is a bit short, and doesnt really explain how to do that.Originally posted by LiLcRaZyFuZzY
hehe, this is okay, the basics are known. but their floating section is a bit short, and doesnt really explain how to do that. Well, there's always the W3C's sourch as to exactly how float works. <http://www.w3.org/TR/REC-CSS1#floating-elements>m..yeah, i read that through, didnt understand a word, think its cuz its 2 in the morning here, so ima take a nap, gd nite!Actually, CSS layouts are usually semantic, meaningful markup, with some semantically meaningless DIVs to get things where you want them to go.
As for floats, check out this CSS Directory (<!-- m --><a class="postlink" href="http://www.roderickhoward.com/cssdirectory/">http://www.roderickhoward.com/cssdirectory/</a><!-- m -->), and look at the Floats section (I think there's one...).there is, thank you, im gonna read that tut.
<!-- m --><a class="postlink" href="http://www.zmedenjastog.com/index2.php?cmd=homeYep">http://www.zmedenjastog.com/index2.php?cmd=homeYep</a><!-- m -->, sure is. But you usually don't "convert" something to CSS since CSS is a completely different way of doing itOriginally posted by IncaWarrior
Yep, sure is. But you usually don't "convert" something to CSS since CSS is a completely different way of doing it Not entirely. You just don't use any code to modify the way something looks, other than markup meant to split up the site. But, again, that site is VERY possible, and arguably simple to do in CSS.should it be done with floating divs?yeah, a couple. I see a lot of lists in there tooOriginally posted by LiLcRaZyFuZzY
should it be done with floating divs? Yes, that's generally how CSS layouts should be done. Do you want me to try and dig up some resources/ tutorials for you, or are you all set?it would be real' nice!i always have problems with backgrounds..well, got problem wit everything, but wit bg specially,heheWell, then it'd be good to brush up on the basics (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m -->) first, then.hehe, this is okay, the basics are known. but their floating section is a bit short, and doesnt really explain how to do that.Originally posted by LiLcRaZyFuZzY
hehe, this is okay, the basics are known. but their floating section is a bit short, and doesnt really explain how to do that. Well, there's always the W3C's sourch as to exactly how float works. <http://www.w3.org/TR/REC-CSS1#floating-elements>m..yeah, i read that through, didnt understand a word, think its cuz its 2 in the morning here, so ima take a nap, gd nite!Actually, CSS layouts are usually semantic, meaningful markup, with some semantically meaningless DIVs to get things where you want them to go.
As for floats, check out this CSS Directory (<!-- m --><a class="postlink" href="http://www.roderickhoward.com/cssdirectory/">http://www.roderickhoward.com/cssdirectory/</a><!-- m -->), and look at the Floats section (I think there's one...).there is, thank you, im gonna read that tut.