PDA

View Full Version : changing from <td class=""> to <div id="">


muhaidib
11-18-2005, 07:21 PM
hey there,,,, as you can see in the topic i am recreating the newer version of my site by changing from <td class=""> to <div id="">,,, and i'll tell you,, i am pretty good with CSS classes,,, but the thing is i never used <div> ,, and it uses lots of attributes that i don't usally use,,

such as POSITION, MARGIN, LEFT, RIGHT, TOP, BOTTOM,,, i mean what exactly is all that,, i can't find the differance between position: absolute and all that,,,

so i guess i am asking for the most usefull info to use when i am useing

#div { }



thanx all :D

drhowarddrfine
11-18-2005, 08:19 PM
There is no difference between attributes for an id or a class and you don't have to use any of them or you can use all of them. There are lots of references to the available attributes all over the 'net.

muhaidib
11-18-2005, 10:53 PM
ohhh ok,,, thanx bro :)