[WSG] Urgent navigation problem

2005-04-28 Thread Mary Wright
Can someone help me with a site I'm working on at www.ragamuffinbridal.co.uk. The home page is fine in IE for PC, but in the other pages, the navigation style disappears. It's the same in all pages when looked at in other PC and Mac browsers. Everything was fine until I just updated the home

Betr.: [WSG] Urgent navigation problem

2005-04-28 Thread Gerard Copinga
Hi Mary, validate your stylesheet (CSS) and see that there is a problem with your announcement-style: .announcement { text-align: center; It isn't closed with a } , so eveything below may not work correctly including the styles for the menu. In Firefox the menu doesn't work on the homepage

Re: [WSG] Urgent navigation problem

2005-04-28 Thread Mary Wright
I've just removed the table from the home page to see if that would be a temporary solution but it didn't work. Now there's a new problem - if you look at www.ragamuffinbridal.co.uk/pages/resale.html, you'll see a table of dress details. Each cell should have a pink border, but suddenly

Re: [WSG] Urgent navigation problem

2005-04-28 Thread Prabhath Sirisena
Hi Mary, You have to float the list elements to create buttons. Try: #navlist li { float: left; list-style-type: none; } HTH Prabhath http://nidahas.com On 4/28/05, Mary Wright [EMAIL PROTECTED] wrote: Can someone help me with a site I'm working on at www.ragamuffinbridal.co.uk. The

Re: Betr.: [WSG] Urgent navigation problem

2005-04-28 Thread Mary Wright
Thank you, thank you, thank you, thank you! I must have accidentally deleted it during a revision. Mary On 28 Apr 2005, at 10:42, Gerard Copinga wrote: Hi Mary, validate your stylesheet (CSS) and see that there is a problem with your announcement-style: .announcement { text-align: center; It

RE: [WSG] Urgent navigation problem

2005-04-28 Thread Peter Goddard
Hi Mary All looks ok to me, have you solved this one? Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mary Wright Sent: 28 April 2005 10:49 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Urgent navigation problem I've just removed the table