|
Members: 615
Comments: 723
You must be logged in to post comments.
maria and the dark says:
Help needed :)
I'm rather new with the CSS and I know enough to put a header picture in the code but there are things I don't know / or can't figure out:
1. Changing the name of the Blog, Friends, Television etc. sections without adding the new customized box. Is there a way to change that?
2. Showing more than just one blog post on a front page. Is that possible?
Enough for now :)
Thanks!
posted 3 weeks ago
Comment replies (4)
Jonathan says:
The first one's easy enough: simply go the customize page, and then click "Nicknames" :)
The profile below shows that it's possible to have more than just one post appear, but I'm as new with CSS as you are. Can't help, sorry!
http://virb.com/popestvictor
posted 3 weeks ago
Tophe says:
to show more than one blog go to Your Home > Customize
look in the section where all the modules are listed and change the number shown in the blogs module
for example, if you want 3 blogs it should look like this

posted 3 weeks ago
Jonathan says:
Thanks Tophe! I thought it was only possible with friends, photos and videos etc. This is gonna come in handy :)
posted 2 weeks ago
Frank Vasquez says:
Greetings everyone! Im new to virb, and even newer to css/html. However, i have been reading up on css and xhtml. I've been styling and re-styling my profile. None the less, I do have two questions.
1. I've noticed that on various virb pages, people have the comment box where they type their messages, already visible on their page. How do I add or adjust this in my css styles?
2. I would also like to know how to make all the pictures of my friends, photos, and groups black and white. Then when someone scrolls over them, they turn back into color pictures. Is there a way to do this without turning everything into black and white?
If anyone can help, it would be greatly appreciated.
Regards,
Frank Vasquez
posted Aug 16
Comment replies (1)
Frank Vasquez says:
Ok...I figured out how to assign a gray filter to my friends, photos, and groups to give them that black and white look.
However, I'm still having trouble figuring out how to have the comment box where people type their messages, already visible.
If anyone can please help me, I would sincerely appreciate it.
Regards,
F.
posted 3 weeks ago
Stephen Kerr says:
Ok, I need a little help. I tried Chris' steps for adding a header to my page, and it looks like a piece of neo-cubist art. Would someone be good enough to help out a CSS deficient soul? I have left my page in the state I brought it too. Who doesn't love neo-cubist art?
posted Jul 25
Top 5 says:
Question. I want to be able to have the some image links have one images when the mouse isn't over the link and another image when the is over the link. Impossible? I don't think so, but you tell me....
posted Jul 24
eriksdot says:
fantastic site, I might just work this stuff out
thank you in advance for answering the many stoopid questions I'm going to need to ask..
posted May 25
WoozyChain says:
hey thanks for the invite. one of the most perfect by far....i'll be doing my research over the next few days....
posted May 7
Idiom Life says:
hey everyone. just thought i'd announce the launch of my new site so i could get some feedback from you all.
Visit Idiom Life
IdiomLife.com is my new project surrounding the action sports industry (ie. snowboard, skate, surf). it's an e-zine/hub/blog thingy. i've done everything from concept to completion. it's fully coded in css (no tables anywhere), php, and mysql. don't peep my coding yet! i have some cleaning up to do. things got a bit out of control towards the end! there's going to be more features (comment capabilities, rss feeds, etc) in the near future.
let me know what you think!
thanks.
posted Apr 16
Wednesday Night says:
Is there a code for making the module or profile backgrounds transparent colors? I thought I had seen it before. Sorry if you've already answered this question, I'm new to the forum.
posted Apr 11
Comment replies (2)
VERMELHO says:
In the example below I am using a black background and 30% transparent level. You can change for a image background, of course.
background: #000000;
filter: alpha(opacity=70);
-moz-opacity:70;
opacity: .70;
0% transparent level will be: (which is the "natural" default, I mean, no transparent at all.)
filter: alpha(opacity=100);
-moz-opacity:100;
opacity: 1.0;
posted Apr 13
Resonating The Kingdom says:
Thank you so much for your help! Curious, is there a way to separate the color background from the module content itself? Such as, when using the code above, EVERYTHING in the profile container or the module is opaque. Is there a way to leave the words, player, friend photos..etc. the same and just give it an opaque background so it "pops" or stands out? Thanks again for your help.
posted Jul 3
Frank Vasquez says:
If anyone is interested, I ran across some cool filters that you can use in CSS to style up your profiles a bit. At the moment, i'm using an alpha filter on my profile :)

Here's the link: http://www.xentrik.net/css/filters.php
posted 2 weeks ago
Comment replies (1)
Jonathan says:
Thanks for the great link. Will play around with it...
posted 2 weeks ago