|
|
| Bonnie Granat 2003-12-21, 11:48 pm |
| I wonder if you would be so kind as to enlighten me about why NS 7 is
displaying the menu at www.granatedit.com in the way that it is. In Opera
and IE, it's fine.
Many thanks.
--
Bonnie Granat
www.granatedit.com
| |
| Bonnie Granat 2003-12-21, 11:48 pm |
| Bonnie Granat wrote:quote:
> I wonder if you would be so kind as to enlighten me about why NS 7 is
> displaying the menu at www.granatedit.com in the way that it is. In
> Opera and IE, it's fine.
>
> Many thanks.
Actually, Opera is not fine, either.
Bonnie
| |
| kchayka 2003-12-21, 11:48 pm |
| Bonnie Granat wrote:
quote:
> Bonnie Granat wrote:
>
> Actually, Opera is not fine, either.
Actually, IE is not fine, either. Mixing pixels and % widths for the
columns does not work, especially at smaller window sizes. You are
also, once again, triggering IE's broken overflow behavior.
Your markup is invalid, too. IDs are supposed to unique for each
element in a page.
--
To email a reply, remove (dash)un(dash). Mail sent to the un
address is considered spam and automatically deleted.
| |
| altamir 2003-12-21, 11:48 pm |
| "Bonnie Granat" <bgranat@granatedit.com> wrote in news:3fe43675
@andromeda.5sc.net:
quote:
> I wonder if you would be so kind as to enlighten me about why NS 7 is
> displaying the menu at www.granatedit.com in the way that it is. In Opera
> and IE, it's fine.
it has somethig to do with margin and padding:
try:
ul#navlist
{
...
padding:0 1% 0 0;
margin:0 0 0 1px;
...
}
ul#navlist li
{
....
padding:0;
margin:0;
....
}
--
altamir
| |
| Eric Bohlman 2003-12-21, 11:48 pm |
| altamir <altamir@NOSPAMop.pl> wrote in
news:Xns94581675C63Ealt2003@213.180.128.20:
quote:
> it has somethig to do with margin and padding:
> try:
>
> ul#navlist
> {
> ...
> padding:0 1% 0 0;
> margin:0 0 0 1px;
> ...
> }
>
> ul#navlist li
> {
> ...
> padding:0;
> margin:0;
> ...
> }
There's also another box-model bug: the background color of the "for all
your editorial needs" header extends outside its container because h1 was
specified with a width of 100% and a left padding of 5%, giving a block
width of 105% of the container's width. Removing the width setting (which
forces the width to auto) fixes that.
| |
| Bonnie Granat 2003-12-21, 11:48 pm |
| Thank you to Eric and Altamir for your apt solutions!!!!
--
Bonnie Granat
www.granatedit.com
| |
| Isabelle 2003-12-31, 3:28 am |
|
"Bonnie Granat" <bgranat@granatedit.com> wrote in message
news:3fe43675@andromeda.5sc.net...quote:
> I wonder if you would be so kind as to enlighten me about why NS 7 is
> displaying the menu at www.granatedit.com in the way that it is. In Opera
> and IE, it's fine.
I didn't check in NS7 but I wanted to say that I like the menu! :)
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |