Alignment issues

TeLLe

New Member
Hi there,

I have made a site and i am struggling with the dam menu. It is javascript (done with So think dhtmlMenu) All i want is for it to show in a block on the page which it does in one browser but not the next. in IE it is off centre (vertically) and in FF it is fine and if i move the table a bit it is off center (vertically) in FF and not IE.
If i take the setting off of static and put it on float and enter the vertical and horizontal points it works perfectly in both but now if i scroll down in FF the dam menu moves off its place and down too.
Below is the code:

beginSTM("lljuchr","float","560","318","center","false","false","310","200","0","250","","blank.gif");

How do i make it keep those measurements but stay static?
Please please

It is driving me nuts!!

If there is any information you need please let me know...

Thanks so much in advance
 

ronaldroe

Super Moderator
Staff member
Need a link so we can see the issues. A quick, preliminary answer would be to build the menu yourself. Using someone else's code is quick and easy, but you have no idea how they went about coding it, whether its good, clean code or how your other code will interact with theirs.

Also, you have a space after the 'f' in false.
 
Top