Overlapping text on top Menu and another problem

Problem 1

I'm wondering if you can give me a pointer on how to fix this problem.

http://www.collegepeeps.net/communityTEMP/BraggingRights



When clicking on the top menu (HOME, members, ETC), it overlaps with the other text. Its text on top of text. any idea on how I could fix this?

 

Problem 2

http://www.collegepeeps.net/communityTEMP/

 

When clicking on "Member Login" at the top, the pop up screens goes to the top left corner, how do i bring this back to the middle?

 

Thanks in Advance

Quote · 3 Oct 2008

bump

Quote · 3 Oct 2008

super bump

Quote · 3 Oct 2008

up again. Frown

Quote · 3 Oct 2008

I see what you mean- that menu is pretty ugly.  Does your menu builder area look more or less normal?  No clue on the login misplacement - but that is pretty weird too.

-

rob

-

p.s.  Several bumps in the same day on the same post is probably a bit much - I think everyone here bumps occassionally but at least wait until it falls off the first page.

Quote · 3 Oct 2008

 

I see what you mean- that menu is pretty ugly.  Does your menu builder area look more or less normal?  No clue on the login misplacement - but that is pretty weird too.

-

rob

-

p.s.  Several bumps in the same day on the same post is probably a bit much - I think everyone here bumps occassionally but at least wait until it falls off the first page.

 

 

Thanks for the response.  I wanted to solve the issue today. Menu builder looks pretty normal, I cant see what went wrong.

 

I been looking at general.css  .subMenusContainer  , .subMenu , but I cant find how to fix that problem. Anymore ideas?

 

it only happens when viewing a member profile.

Quote · 3 Oct 2008

I also noticed

My Account, My Mail, My Profile, Profile View are not editable in menu builder.

Quote · 3 Oct 2008

I'm not sure, but this sounds like an install that got botched - i.e. some files that should have been uploaded got overlooked somehow.

Quote · 3 Oct 2008

bummmmpp

Quote · 6 Oct 2008

bummmmpp

Quote · 6 Oct 2008

Both of your problems just design problems

as example play with JQuery and styles:

inc\js\jquery.dolTopMenu.js

find (lone 8):

$( o ? o : this ).attr( 'hover', 'true' ).show();

and change to:

$( o ? o : this ).attr( 'hover', 'true' ).css( 'background-color', 'red' ).show();

find (lone 19):

$o.attr( 'hover', 'false' );

and change to:

$o.attr( 'hover', 'false' ).css( 'background-color', 'blue' );

Quote · 7 Oct 2008

Second, popup styles,

update your general.css with general.css of dol 6.1.4, here right CSS file - good CSS properties for this element.

Quote · 7 Oct 2008

I mean - megre styles

Quote · 7 Oct 2008

Thanks! . I got problem #1 fixed.

Both of your problems just design problems

as example play with JQuery and styles:

inc\js\jquery.dolTopMenu.j

find (lone 8):

$( o ? o : this ).attr( 'hover', 'true' ).show();

and change to:

$( o ? o : this ).attr( 'hover', 'true' ).css( 'background-color', 'red' ).show();

find (lone 19):

$o.attr( 'hover', 'false' );

and change to:

$o.attr( 'hover', 'false' ).css( 'background-color', 'blue' );

Quote · 7 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.