Log in

View Full Version : i wish to configure vb5 module



IggyP
03-10-2014, 09:00 AM
hello, i am just learning alot about coding and i saw this great resource...props to you all for sharing this infos and codes!

i wish to start experimenting new things and want to try to install a static html module like this http://www.dynamicdrive.com/style/csslibrary/item/vertical_css3_shadow_menu/

its is a simple question but i dont understand where to put the css code? or if i make a new template what the name of it has to be etc...

it is clear where the html needs to go in the vb5 module creator but i wanted to be sure i got this css part right....

thanks alot, looking forward to having some fun playing with some of these :)


edit: ive put it in additional.css for now but im wanting to do things proper and tidy where i can wasnt sure what is usual for this...

downloadbuzz
03-16-2014, 03:54 PM
hi

you can put css every where but it's important to being in this tag




<style>
your css cod
</style>

IggyP
03-18-2014, 01:39 PM
thank you for posting....so in this case if i created a new template titled css_shadowblockmenu-v.css and put it there would that be proper and work fine?
code for this starts like..
CSS:

<style>


.shadowblockmenu-v{

html

<div class="shadowblockmenu-v">

im a little unclear how else the html would know where to find the css unless the template was titled this or in the additional.css

am i understanding that correctly?