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 .um... a link or some code LOL
Here is the link (<!-- m --><a class="postlink" href="http://www.skavt.net/~sgorse/tinck/index.htm">http://www.skavt.net/~sgorse/tinck/index.htm</a><!-- m -->)!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
-DanYes that is my problem but I have no idea how to make that this weird effect will desapeared
Well if amy of you have allready have this kind of problems please help me 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.
-Danis 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?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
Well thanks for all help but I still need it some more 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;
}It seems that you have solved the problem!
Thanks for all your help guys!
Ok I think that I have missed something really important but I can't figure out what
Thx for any help of you guys .um... a link or some code LOL
Here is the link (<!-- m --><a class="postlink" href="http://www.skavt.net/~sgorse/tinck/index.htm">http://www.skavt.net/~sgorse/tinck/index.htm</a><!-- m -->)!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
-DanYes that is my problem but I have no idea how to make that this weird effect will desapeared
Well if amy of you have allready have this kind of problems please help me 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.
-Danis 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?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
Well thanks for all help but I still need it some more 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;
}It seems that you have solved the problem!
Thanks for all your help guys!