WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Hover for logo  Empty Hover for logo Sun Feb 20, 2011 3:02 am

Matti

Matti
Registered Member
Registered Member
Here is a example http://inspectelement.com/ of what I'm looking for.

http://csshelp.forumotion.net/

2Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 4:38 am

RockerMan

RockerMan
Technician
Technician
Take a look at the tutorial for sprites that Nick wrote Smile

http://www.graphics-post.com/

3Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 5:12 am

Matti

Matti
Registered Member
Registered Member
Can you link me to that.

http://csshelp.forumotion.net/

4Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 5:16 am

RockerMan

RockerMan
Technician
Technician
Here, you go. This is part one...

http://www.webartzforum.com/tutorials-f7/css-sprites-part-1-2-t2023.htm

http://www.graphics-post.com/

5Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 6:33 am

Matti

Matti
Registered Member
Registered Member
ok what was that there where nothing for what I'm looking I just need the code for it.

http://csshelp.forumotion.net/

6Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 7:41 am

RockerMan

RockerMan
Technician
Technician
Then read part two...
http://www.webartzforum.com/t2031-css-sprites-part-2-2

You should know by now that I will not just hand out code, it's going to get you no-where in life or learning wise. Do/Did they give you the answers at school?...

http://www.graphics-post.com/

7Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 8:25 am

Matti

Matti
Registered Member
Registered Member
RockerMan, I would like to ask you nicely Please stop playing games with me cuz ain't coming here for playing I'm coming here for help. So please Don't not post or say anything if you don't know the code just don't post at all for making the things worst.

http://csshelp.forumotion.net/

8Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 9:54 am

RockerMan

RockerMan
Technician
Technician
I'm not playing games.

The answers are right there, I have pointed you in the direction! Really think about it and then decide who is been callis....

I know the code, but why bother posting it when it's already in the forum. Unlike you I learn thing by myself, if i bump into trouble i'll take a look at the code and think to myself what can be causing the problem. If it's JS i'm working with I'll use Firebug console.

You ask for help you will always get it off me, but you can't just keep asking for code snippets when the answers are most of the time right in this forum. There's a search bar at the top, if that fails then post a thread and we will always try to point you in the right direction.

Get a few books, read a few of the tutorials on this site and others. The stuff you are asking is very basic CSS, so please for your own sake and ours remove the CSS from you skills. I'm not been funny or anything but...maybe put learning CSS. There is nothing wrong with that Smile

I'm always here to help where I can.

But if you really wanna' carry on like the way you are now, you go right ahead, but I know it will get you no-where in life.More so if you want to work in web design or any other job for that matter...

Thanks,
Rob

http://www.graphics-post.com/

9Hover for logo  Empty Re: Hover for logo Sun Feb 20, 2011 11:13 am

Agent24

Agent24
Registered Member
Registered Member
Actually all you needed was in the threads Rob mentioned. You should know by now that people won't give you the code, more they will help you to get to it Wink

10Hover for logo  Empty Re: Hover for logo Sat Apr 16, 2011 7:44 pm

Matti

Matti
Registered Member
Registered Member
Lock this guys cuz Im done with forums.

http://csshelp.forumotion.net/

11Hover for logo  Empty Re: Hover for logo Sat Apr 16, 2011 8:07 pm

Nera

Nera
Technician
Technician
Why don't you simpley give him the code Question


Maki you didn't say what is your forum version, but I'll assume it's for phpBB3 if it is not say witch one is it.
Add both your logos through CSS.

1. STEP ONE
First static goes here (find this in your CSS, insert your sizes and link to logo, don't leave mine)
Code:
#logo-desc {
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url('STATIC BANER LINK HERE');
    height: 256px;
    width: 256px;
}

2. STEP TWO
For second hover logo add this to your CSS.
Code:
#logo-desc:hover {
    background-image: url('PUT YOUR HOVER LINK HERE');
    height: 256px;
    width: 256px;
}

Remove your logo from picture menagment in A. Panel.

12Hover for logo  Empty Re: Hover for logo Sat Apr 16, 2011 8:34 pm

Matti

Matti
Registered Member
Registered Member
Thank you so much Until_forever Smile this was what I need it. Smile

http://csshelp.forumotion.net/

13Hover for logo  Empty Re: Hover for logo Sat Apr 16, 2011 8:44 pm

Nera

Nera
Technician
Technician
No problem Maki, hugs Hover for logo  244571

14Hover for logo  Empty Re: Hover for logo Sun Apr 17, 2011 5:15 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum