![]() |
|
| |||||||
| Notices |
| CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
please explain a little bit what the difference is between a regular tag and a div tag. thanks www.moredatesmorelove.com |
|
#2
| ||||
| ||||
|
Well what regular tag are you referring to? a div tag makes a seperate space.. like a table in html. You use division tags for menu/navigation, columns etc. There are tons of REGULAR tags so its rather hard to give you a comparison. A division tag (div) is a regular css tag. LOL. Glad we had this chat.. clear as mud right? Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#3
| ||||
| ||||
|
A div tag is a Division or Block tag. Whilst most of other tags will define a property of a limited text or object, a div tag will enclose in it as much content as you like, and apply to it the properties you have defined (if any) for this block using css. Also, you can position the div in many ways, while all other tags are usually positioned verically in the code flow. BV itself uses a div to center the page content. ALL page content is placed inside this initial div and a small piece of css code centers it in your browser. Then BV uses divs to place all other elements in the page. This is also how BV can provide the WYSIWYG effect, using the "absolute" positioning for it's divs. You may have multiple level tags, each inside another.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#5
| ||||
| ||||
|
Hi Naval, if i am using css, will all that i do be within BV div#container, even if i create other containers. IE: is the BV one like a master container that all will be stored in?. (if i phrased that right)
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |
|
#6
| ||||
| ||||
|
Yes, correct. The BV div #container however exists only if you center the page.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#7
| ||||
| ||||
|
Thank you!
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |