Click to See Complete Forum and Search --> : Can someone help me with this design?


Webfreak
04-10-2004, 02:11 AM
I have problem with displaying my design in IE. The work is really at the begening so it doesnt lool very nice. The problem is on menu area. In FF it is displayed pretty OK but in IE is all ....

Ok I think that I have missed something really important but I can't figure out what

Thx for any help of you guys :p.

toicontien
04-10-2004, 02:20 AM
um... a link or some code :D

Webfreak
04-10-2004, 02:58 AM
LOL

Here is the link (http://www.skavt.net/~sgorse/tinck/index.htm)!

Daniel T
04-10-2004, 04:14 AM
I'm assuming you mean the boxes around the menu items arent showing up? Well something very weird is happening there! I opened up the page source in IE(so it opened notepad). When I moved the notepad window up above the menu, and swipe it down over top of the menu, the boxes seem too magically appear:confused:
-Dan

Webfreak
04-10-2004, 04:31 AM
Yes that is my problem but I have no idea how to make that this weird effect will desapeared :confused:
Well if amy of you have allready have this kind of problems please help me ;)

Daniel T
04-10-2004, 10:36 AM
It might somehow help to specify an XHTML doctype, rather than the HTML one you are using. Since you are using XHTML, that may make the browser render it defferently.
-Dan

TimeBandit
04-10-2004, 12:48 PM
is it your desired effect to have the left nav overlap the body? I don't have a PC at home so I can't help specifically with that, but in MacSaf and MacFF the links overlap the main white content area, spilling over into the green background on the left. In MacIE5 the links are flush left with the main content are, not overlapping into green. Which is the desired effect?

Webfreak
04-10-2004, 05:23 PM
Yes it is my attention that the link should overlapp in the main area. I get that "crazy" idea ;) I dont know it this design will look ok but I would like that the links overlapp in the main area and that they are visible in most browsers.

I have already tried to validate the CSS and HTML code but that didn't help. When I look at this design with IE the links area isn't displayed corectly :confused:

Well thanks for all help but I still need it some more :p

TimeBandit
04-11-2004, 12:51 AM
Making these changes made it work on MacSaf, MacFF, MacIE5, MacN7. God only knows what it'll look like on PCIE5-6.

#meni {
width: 150px;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}

#meni li {
list-style-type: none;
display: block;
padding: 5px;
margin-bottom: 5px;
border-top: 1px solid #006633;
border-bottom: 1px solid #006633;
border-left: 1px solid #006633;
text-align: left;
background: #fff;
position: relative;
left: -50px;
}

Webfreak
04-11-2004, 02:17 AM
It seems that you have solved the problem!

Thanks for all your help guys!