On 09/08/05, Abyss Information <[EMAIL PROTECTED]> wrote:
> Hi All,,
> 
> Could I please get some helpw ith this
> 
> http://www.westernscrabblenetwork.org/pwp/
> 
> 1.)  the "pwp hosting" logo
> 
> for some reason it is displayed properly in ie (underneath the blue menu) but 
> not in ff does anyone know why?

If you set the height of #GuestNavigation to 15em, it should be fine
in all browsers.

By the way, you should define your #GuestNavigation background image
with an absolute URL (so it will be shown in Firefox):

background-image:
url(http://www.westernscrabblenetwork.org/pwp/ws_Files/Images/three_globes.jpg);

> 2.) the bullets where the  "Sample ad" image is located..
> its in bullet form is there anyway to remove the space where the bullet is? i 
> did the "List-Style-Type: None; "
> but that took the icon away but not the space where its supposed to be (i 
> also set the margins and padding to 0px but that didn't work either )

What were you setting the margin and padding on? The following should
put the list item text flush left:

#GuestNavigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}

As a general observation, I'd suggest avoiding absolute positioning in
most cases.  There are many good layout approaches on the wiki - see
email footer.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to