Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > BoxOver > Feedback
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 04-13-2007, 12:51 PM
taurian taurian is offline
Junior Member
 
Join Date: Apr 2007
Posts: 1
Default how can i change the text align to right?

Hi, I m using this script with hidden layers.
When mouseover the links, it shows underneath the layer.

I have two possioble choice.

1. i can align text to right, so it can shows the short message(which i want) and i dont knw how it can be done.

2. if anyone of you help me how i can show this div on top of another div.

Please reply me if anyone knows how to deal with this issue. Thanks
Reply With Quote
  #2  
Old 04-24-2007, 02:37 PM
toshka toshka is offline
Junior Member
 
Join Date: Apr 2007
Posts: 1
Default

taurian:

To align the header text:

Find at about line 34
Code:
function defHdrStyle() {
Below it add
Code:
dvHdr.style.textAlign='right';
To align the body text:

Find at about line 47
Code:
function defBdyStyle() {
Below it add
Code:
dvBdy.style.textAlign='right';
Not too sure what you mean about the DIV overlaps.

Last edited by toshka : 04-24-2007 at 03:04 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:56 AM.