Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Disabling the Mouse odd middle-click behavior

Monday, July 21, 2008 / Comments (0) / by kumander / PERMALINK

 Mouse middle-clickDisable the "autoscroll mode", the one that, when you try to middle click on a link on a page.. the "Auto Scroll" icon shows up when you miss the link.

It can be turned off in the advanced options of Firefox but I guess you can't turn it off in Internet Explorer.


Click on tools > options > Advanced tab , then uncheck the 'Use autoscrolling' box.

should work on Firefox 2 or 3, no need to restart.
Read more! Disabling the Mouse odd middle-click behavior

How to install pre-made Multiply Themes on your Multiply site

Tuesday, July 08, 2008 / Comments (0) / by kumander / PERMALINK

First step is to select a basetheme from the original themes on the Multiply theme selection page. Go to SETTINGS located on the top right corner of the screen to select the base theme, then select My SITE (Another way is clicking the Customize My Site link located on the rail of your page under your headshot). A yellow "edit" box will appear at the very top of your page, Click the choose a theme link and choose the base theme of the pre-made multiply theme you are going to use (Every pre-made multiply themes is based on an original theme that can be found on the Multiply theme selection page). you may clink this link for a shortcut http://multiply.com/setup/pages/themes

After selecting a the base theme the second step is to copy the css code of the pre-made multiply theme that you're going to use. Repeat the First step and this time instead of the choose a theme link, Click the custom CSS link on the yellow "edit" box. Replace CSS with theme code that you've copied. preview the theme first before hitting save button. you may clink this link for a shortcut http://multiply.com/setup/pages/upload-css


Important NOTE from journal of journey: Back up any old theme codes first before installing new multiply themes(multiply layouts).

Source: Multiply themes / marviepons
Read more! How to install pre-made Multiply Themes on your Multiply site

Tips and Tricks for your Multiply Themes

Tuesday, July 08, 2008 / Comments (1) / by kumander / PERMALINK

multiply themes tips tricks text-decoration



Replace the usual underline text decoration of links in your multiply themes

I used a small animated gif arrow image as my underline for the links when hover,. (size of image depends on you, just make it sure it is small and will look like a line when on repeat-x)

this is the image i used (the size is 10x5)..

you can do this on all links on your entire site or just a section of your site links only..

this code is for navbar links only

a.topt:hover, a:visited.topt:hover, a:link.topt:hover, a.toptsel:hover, a:visited.toptsel:hover, a:link.toptsel:hover { text-decoration:none; padding-bottom: 2px; background: url(image_url_here) repeat-x bottom ; }


this code is for entire links..


a:hover, a:visited:hover, a:link:hover { text-decoration:none; padding-bottom: 2px; background: url(image_url_here) repeat-x bottom; }


just choose a proper selector where you want to apply this..

you can adjust the padding to place it at the top(as overline), bottom(underline) or midlle(like strike-through)..


value of text-decoration must be none..

NOTE: if you use the second code.. all links will have that underline image ,. including photos
in album, thumbnails (if sets in thumbnails) and all headshot links.. -------------------------------------------------------------------------------------------------
if you want the usual text decoration, here are some you can use,.

Value's of text decoration

text-decoration: underline; text-decoration: overline; text-decoration: linethrough; text-decoration: blink;
text-decoration: underline overline;

See my original article at..Multiply Themes and Layouts site.



Read more! Tips and Tricks for your Multiply Themes

GIF image on your headshot in your Multiply site

Tuesday, July 08, 2008 / Comments (0) / by kumander / PERMALINK

How to make your gif image to work as your headshot in your Multiply site?

the secret,. use "DEFECT ANIMATED GIF"

How do you make a defect animated gif?
The easy way, is to make a picture defect intentionally by a HEX-Editor program, which you can find free on internet . open your gif image with this program and delete 1 row of picture's pixel (the last row).. that's it.. you have your defect animated gif..

Important NOTE from journal of journey: make back-up first of your perfect animated gif before making it defect..

Source: MultiplyThemesLayouts.Com

Read more! GIF image on your headshot in your Multiply site