Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> My Mambo Menu Looks Strange In Ie
E-Sector
post Nov 29 2005, 07:39 PM
Post #1


Advanced Member
*******

Group: Members
Posts: 146
Joined: 6-October 05
Member No.: 12,601



Hello smile.gif
I just fixed the login problem I had in ie (with mambo).

But it still looks strange.
My site is: http://e-sector.trap17.com/Gamesector/inde...ntpage&Itemid=1

In Firefox it looks like this:
http://img431.imageshack.us/my.php?image=firefox9iz.jpg
And in ie like this:
http://img431.imageshack.us/my.php?image=ie2kv.jpg
Does anybody know how to fix it?

Go to the top of the page
 
+Quote Post
sxyloverboy
post Nov 29 2005, 08:00 PM
Post #2


Super Member
*********

Group: Members
Posts: 302
Joined: 17-June 05
From: Frankfurt, Germany
Member No.: 8,358



hm it looks like theres a problem with the stylesheet. if i remember it correctly mambo works using divs. try adding a position:absolute;
well its probably wrong because i dont really know a lot about this but i tried to make my own mambo template once. so i know the code of the solar flare template pretty well.

if this dosent help good look with finding the answere
Go to the top of the page
 
+Quote Post
sonorama
post Nov 30 2005, 06:44 AM
Post #3


Premium Member
********

Group: Members
Posts: 197
Joined: 3-April 05
From: Cuernavaca, Mexico
Member No.: 5,226



I also think it is a stylesheet problem. Perhaps you can fix it following a referrence while editing in Dreamweaver. That is exactly what I do in cases like these...

Cheers!!!! rolleyes.gif
Go to the top of the page
 
+Quote Post
E-Sector
post Nov 30 2005, 07:30 AM
Post #4


Advanced Member
*******

Group: Members
Posts: 146
Joined: 6-October 05
Member No.: 12,601



I dont have Dreamweaver.

Where should I ad a "position:absolute;"?
Go to the top of the page
 
+Quote Post
guangdian
post Nov 30 2005, 09:45 AM
Post #5


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,182
Joined: 24-September 04
Member No.: 1,245



it's really strange,I'm using IE5.0,and i test it for you.
i just suggested you do as :
don't change the style on DW or any WISWYS.
and change the site style with a stable skin.
but not add something here using the code.

Go to the top of the page
 
+Quote Post
Saint_Michael
post Nov 30 2005, 10:00 AM
Post #6


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,574
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



this would be the example of the the <div> tag absoulte position.

CODE

<DIV STYLE="position:absolute; top:50px; left:40px; width:400px;"></DIV>


but you have to realize that all people don't look at the computer and the same resolution as well, in which then you would have to code in css with resolution in mind.
Go to the top of the page
 
+Quote Post
E-Sector
post Nov 30 2005, 03:23 PM
Post #7


Advanced Member
*******

Group: Members
Posts: 146
Joined: 6-October 05
Member No.: 12,601



Do you recommend me to add it? Where should I ad it?
Go to the top of the page
 
+Quote Post
jlhaslip
post Nov 30 2005, 03:53 PM
Post #8


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,091
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



E-sector,
You might want to check this Topic out.
Looks like someone has already found the answer for you.
Look in these posted links to discover how and where to adjust the css for Mambo???

http://www.trap17.com/forums/page-1-t26600-s0.html
Go to the top of the page
 
+Quote Post
Saint_Michael
post Nov 30 2005, 05:05 PM
Post #9


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,574
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



well just to answert your question about hte div tag you would have to ad it within the navagation menu so like this <div>nav menu </div>. but follow up on haslip post before you do the div tag.