| Author |
help testing a site
|
|
| Aloosenation 2004-04-30, 5:32 pm |
| Hi,
I'm getting reports that my menu items ( www.pbm-cht.org ) get cut off
on windows ie 6. Any ideas why?
Misha
| |
| Phil Osborne 2004-04-30, 5:32 pm |
| Misha
I get cut offs - IE6 & win2K
It may have something to do with your table & cell widths e.g.
<td width="1%" id="menubarwrapper">
and I'm not sure about the Colspan content
Try Highliting the table and hit the <-> icon in the property inpector (left
of 'bgcolour). Then reset the table & cell widths you really need.
Phil
.."Aloosenation" <noreply@news.com> wrote in message
news:c6u1jn$a3h$1@forums.macromedia.com...
> Hi,
> I'm getting reports that my menu items ( www.pbm-cht.org ) get cut off
> on windows ie 6. Any ideas why?
>
> Misha
| |
| Durwood Edwards 2004-04-30, 5:32 pm |
| Look ok to me in IE6 winXP
"Aloosenation" <noreply@news.com> wrote in message
news:c6u1jn$a3h$1@forums.macromedia.com...
> Hi,
> I'm getting reports that my menu items ( www.pbm-cht.org ) get cut off
> on windows ie 6. Any ideas why?
>
> Misha
| |
| Aloosenation 2004-04-30, 5:32 pm |
| Try this page Phil:
http://pbm-cht.org/indigenous_people.html
Phil Osborne wrote:
> Misha
> I get cut offs - IE6 & win2K
> It may have something to do with your table & cell widths e.g.
> <td width="1%" id="menubarwrapper">
> and I'm not sure about the Colspan content
> Try Highliting the table and hit the <-> icon in the property inpector (left
> of 'bgcolour). Then reset the table & cell widths you really need.
>
> Phil
>
> ."Aloosenation" <noreply@news.com> wrote in message
> news:c6u1jn$a3h$1@forums.macromedia.com...
>
>
>
>
| |
|
| Aloosenation wrote:
|| Hi,
|| I'm getting reports that my menu items ( www.pbm-cht.org ) get cut
|| off on windows ie 6. Any ideas why?
||
|| Misha
Hi Misha,
You have declared a width of 120 for the cell that holds the table with
houses the menu - this table has the same width (120) applied.
If you make both these 140 I believe that should work.
HTH
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 5:32 pm |
| I know there's a cutoff :). Any idea why?
Bruce Cirrinone wrote:
> "Aloosenation" <noreply@news.com> wrote in message
> news:c6u1jn$a3h$1@forums.macromedia.com...
>
>
>
> Misha - cutoff here on IE6 WinXPPro
>
> Screenshot attached!
>
> HTH!
>
> ~ Bruce
>
>
>
>
| |
| Aloosenation 2004-04-30, 5:32 pm |
| Why would that help :)?
djinn wrote:
> Aloosenation wrote:
> || Hi,
> || I'm getting reports that my menu items ( www.pbm-cht.org ) get cut
> || off on windows ie 6. Any ideas why?
> ||
> || Misha
>
>
> Hi Misha,
>
> You have declared a width of 120 for the cell that holds the table with
> houses the menu - this table has the same width (120) applied.
>
> If you make both these 140 I believe that should work.
>
> HTH
| |
| Aloosenation 2004-04-30, 5:32 pm |
| I believe it has somethign to do with the padding of the CSS. Any ideas?
#menubarwrapper {
vertical-align: top;
padding: 15px 15px 30px;
}
#menubar {
padding-top: 6px;
text-align: right;
}
#menubar a {
letter-spacing: 0em;
}
#menubar ul {
padding: 0px;
margin: 0px;
list-style: url(none) none;
}
#menubar li {
padding: 0px;
margin: 0px;
}
#menubar ul.mainmenu a {
display: block;
text-decoration: none;
padding: 3px 7px;
color: #000000;
width: 100%;
font-size: 12px;
font-weight: bold;
border: 1px solid #fff;
line-height: normal;
}
html>body #menubar ul.mainmenu a {
width: auto;
}
Aloosenation wrote:
> Hi,
> I'm getting reports that my menu items ( www.pbm-cht.org ) get cut off
> on windows ie 6. Any ideas why?
>
> Misha
| |
|
| Aloosenation wrote:
|| Why would that help :)?
Well I think that your HTML markup is conflicting with your CSS - did you
try it on this page?.........
http://pbm-cht.org/indigenous_people.html
:-)
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 5:32 pm |
| How is the markup conflicting with the css? I don't declare width in
the CSS.
That page was a special page. Most of the pages have a td width="1%".
djinn wrote:
> Aloosenation wrote:
> || Why would that help :)?
>
> Well I think that your HTML markup is conflicting with your CSS - did you
> try it on this page?.........
>
> http://pbm-cht.org/indigenous_people.html
>
> :-)
| |
| Aloosenation 2004-04-30, 5:32 pm |
| Now I have tried it on that page.
djinn wrote:
> Aloosenation wrote:
> || Why would that help :)?
>
> Well I think that your HTML markup is conflicting with your CSS - did you
> try it on this page?.........
>
> http://pbm-cht.org/indigenous_people.html
>
> :-)
| |
|
| Aloosenation wrote:
|| I didnt' change the css file. Now i've added width: 120px; and
|| taken it off the td.
||
|| Does it work?
Hi,
No - sorry but that's made the cutoff more pronounced - I took that page and
made the changes locally before you changed it again - the fix I gave
earlier worked for me.
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 5:32 pm |
| I didnt' change the css file. Now i've added width: 120px; and taken it
off the td.
Does it work?
djinn wrote:
> Aloosenation wrote:
> || Now I have tried it on that page.
> ||
>
> Hehehe - I think the CSS file changed a bit.....
>
> try this in your sheet
>
> #menubar {
> PADDING-TOP: 6px;
> TEXT-ALIGN: right;
> width: 140px;
>
> }
| |
|
| Aloosenation wrote:
|| Now I have tried it on that page.
||
Hehehe - I think the CSS file changed a bit.....
try this in your sheet
#menubar {
PADDING-TOP: 6px;
TEXT-ALIGN: right;
width: 140px;
}
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 5:33 pm |
| Unfortunatley I don't want the td to be 140px. I don't understand why
that would change anything.
djinn wrote:
> Aloosenation wrote:
> || I didnt' change the css file. Now i've added width: 120px; and
> || taken it off the td.
> ||
> || Does it work?
>
> Hi,
>
> No - sorry but that's made the cutoff more pronounced - I took that page and
> made the changes locally before you changed it again - the fix I gave
> earlier worked for me.
>
| |
| Aloosenation 2004-04-30, 5:33 pm |
| OK, now I added a new id (menubartable) and applied the width to that.
Does it work now?
may have to reload the css:
www.pbm-cht.org/styles/global.css
www.pbm-cht*org/indigenous_people.html
djinn wrote:
> Aloosenation wrote:
> || I didnt' change the c{s file. Now i've added width: 120px; and
> || taken it off the td.
> ||
> || Does it work?
>
> Hi,
>
> No - sorry but that's made the cutoff more pronounced - I took that page and
> made the changes locally before you changed it acain - the fix I gave
> earlier worked for me.
>
| |
|
|
|
|
| djinn 2004-04-30, 10:28 pm |
| Aloosenation wrote:
|| Try this page:
||
|| pbm-cht.org/test.html
Yep that's working :-)
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 10:28 pm |
| Try now?
Thanks for all this help. I want to know what is doing it so I can
avoid it in the future. I need to buy a cheap dell.
www.pbm-cht.org/test.html
Misha
djinn wrote:
> Aloosenation wrote:
> || Try this page:
> ||
> || pbm-cht.org/test.html
>
> Yep that's working :-)
>
| |
| djinn 2004-04-30, 10:28 pm |
| Aloosenation wrote:
|| so you're saying that making the td in which the menu is 140px wide
|| solved the problem? Any idea why?
||
|| djinn wrote:
Sorry Misha - I dunno really, I'm guessing the mixture of %'s ems and px
values!!
Probably someone with better CSS knowledge could explain. :-)
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
| |
| Aloosenation 2004-04-30, 10:29 pm |
| Try this page:
pbm-cht.org/test.html
| |
| djinn 2004-04-30, 10:29 pm |
| Aloosenation wrote:
|| Try now?
Yep that's working too :-)
|| Thanks for all this help. I want to know what is doing it so I can
|| avoid it in the future. I need to buy a cheap dell.
Hehehe - keep em coming :-)
Seriously though - perhaps you'd better post again - and hopefully someone
with better CSS skills than I will take a looksee :-)
--
Keep in touch with yourself !!
chin chin
Sinclair
If I somehow managed to help
no need to post a thanks.
You're welcome already!!
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |