box like toolbar
4 posters
Page 1 of 1
box like toolbar
could i have a box top of the every page as like as your toolbar?
i want to use it for show some text as scrolling go to right
i want to use it for show some text as scrolling go to right
Re: box like toolbar
You can make your announcements fixed on top of your page and add any infornation you want in it. Add the following in your CSS
- Code:
div #fa_ticker_container {
background: none repeat scroll 0 0 #000000;
left: 0;
margin: 0 !important;
padding: 0;
position: fixed !important;
top: 0;
z-index: 3;
}
Re: box like toolbar
Not sure what you mean
Want to make more forums on it do you mean ? text size can be made bigger but the box is set to a size that get bigger when you add text to it.
Want to make more forums on it do you mean ? text size can be made bigger but the box is set to a size that get bigger when you add text to it.
Re: box like toolbar
when i make font bigger than 24
its not fix with back ground and back ground is smaller a little
its not fix with back ground and back ground is smaller a little
Re: box like toolbar
Enlarge it?
Try this :
Adjust 50 and 18 to whatever you like to.
Try this :
- Code:
#fa_ticker_container, #fa_ticker { height:50px !important; font-size: 18px; }
Adjust 50 and 18 to whatever you like to.
Re: box like toolbar
tnxRhino.Freak wrote:Enlarge it?
Try this :
- Code:
#fa_ticker_container, #fa_ticker { height:50px !important; font-size: 18px; }
Adjust 50 and 18 to whatever you like to.
it works corectly
and how can i fix it on the bottom of the page?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum