Add something new to Virb:

Virb

Are you sure you want to delete that?

or Cancel

 

MayMay 22 Tuesday 07

Project Sell Condo Update

So I've finished cleaning up the kitchen and removing clutter. What remains to be done:

  • General cleaning

  • Remove and replace furniture on the balcony

  • Disassemble desk and put it in storage

  • Move dresser from living room into bedroom

  • Purchase a frame/headboard for …

MayMay 10 Thursday 07

CSS Tips Virb: Using images in your connect module (advanced)

Ok, here is the CSS to do it, I will explain what each part does in the comments:


/* This will make sure the list items don't have bullets */

#connect ul {
list-style-type:none;
}


/* Set the width and height of this to the images */

#connect ul …

MayMay 4 Friday 07

CSS Tips Virb: Changing the size of the thumbnails on your page

It's actually really easy to do this. #groups, #photos, #videos, or whatever the id of the module you're looking to edit followed by the width and height specifications will get this done.

Example

div#groups img {
   width: 40px;
   height: …

MayMay 3 Thursday 07

CSS Tips Virb: Styling your connect module

This is how your connect module looks unstyled:


You can do some simple things to improve it's looks, it's all a matter of CSS!


Show the links horizontally rather than vertically

div#connect ul { …

Flag this profile!

Flag this profile as:

or Cancel