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]

1link bar? Empty link bar? Fri Apr 23, 2010 10:30 pm

Joel

Joel
Registered Member
Registered Member
http://www.advertisehotspot.com/Homepage-IN-PROGRESS-h9.htm

is it possible to create a hovering bar at the sides of the homepage? i wanna display some useful forum links.

http://www.advertisehotspot.info/

2link bar? Empty Re: link bar? Sat Apr 24, 2010 8:29 pm

ankillien

ankillien
Administrator
Administrator
Hello!

On which side you want hovering links? Left or right?

3link bar? Empty Re: link bar? Sun Apr 25, 2010 11:55 am

Joel

Joel
Registered Member
Registered Member
left and right?

http://www.advertisehotspot.info/

4link bar? Empty Re: link bar? Sun Apr 25, 2010 8:19 pm

ankillien

ankillien
Administrator
Administrator
May be I am not getting your question correctly.
What do you mean by 'hovering bar'?

5link bar? Empty Re: link bar? Mon Apr 26, 2010 4:02 pm

Joel

Joel
Registered Member
Registered Member
yes. With some links and icons. Or maybe some updates and announcements box?

http://www.advertisehotspot.info/

6link bar? Empty Re: link bar? Sun May 02, 2010 9:56 pm

Krazy


Registered Member
Registered Member
Ankillien, he wants a box with links in it on one of the sides of the page, and as you scroll up and down the page, it follows on that side.

7link bar? Empty Re: link bar? Mon May 03, 2010 6:24 pm

Kratos

Kratos
Registered Member
Registered Member
The css
Code:

div.pre{
background:#101010;/*--change as u want --*/
border:1px solid #111;/*--change as u want --*/
white-space:pre;
overflow:hidden;
width:204px; /*--change as u want --*/
position:fixed;
right:0;
z-index:1000;
margin-top:60px;/*--change as u want --*/
height:140px;/*--change as u want --*/
padding-right:5px;
}

the Html
Code:

<div class=pre>
Your content here
</div>

8link bar? Empty Re: link bar? Wed May 05, 2010 1:44 pm

Joel

Joel
Registered Member
Registered Member
not what i want. I want it like scrolling.

http://www.advertisehotspot.info/

9link bar? Empty Re: link bar? Wed May 05, 2010 1:55 pm

Kratos

Kratos
Registered Member
Registered Member
what do u mean by scrolling?

10link bar? Empty Re: link bar? Wed May 05, 2010 2:56 pm

Joel

Joel
Registered Member
Registered Member
yea:)

http://www.advertisehotspot.info/

11link bar? Empty Re: link bar? Wed May 05, 2010 6:34 pm

Kratos

Kratos
Registered Member
Registered Member
Kratos wrote:what do u mean by scrolling?

i need to know what you want...i did not understand what you meant by "scrolling"

12link bar? Empty Re: link bar? Thu May 06, 2010 5:45 am

Joel

Joel
Registered Member
Registered Member
I want the text to scroll

http://www.advertisehotspot.info/

13link bar? Empty Re: link bar? Thu May 06, 2010 7:42 pm

ankillien

ankillien
Administrator
Administrator
TO make the text scrolling you can use marquee tags. Like this...

Code:
<marquee direction="up/down/left/right" scrollamount="5">
YOUR TEXT HERE
</marquee>

14link bar? Empty Re: link bar? Sat May 08, 2010 11:03 am

Joel

Joel
Registered Member
Registered Member
you can see it here --> http://joelwonghj.blogspot.com/

It is scrolling. How can i make it pause in the center? I just want it scrolling a bit than it stops.

http://www.advertisehotspot.info/

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