hi
i want 2 delete the top nav bar. i searched all but did nt get any solution . pls show me rite direction....
thanks in advance
hi
i want 2 delete the top nav bar. i searched all but did nt get any solution . pls show me rite direction....
thanks in advance
If you mean the very top that says 'Home Log in' then I might be able to help. I couldn't find out how to remove it so I hid it using the style sheet. My site http://www.keykids.co.uk
has the top line but as you will notice it is not evident. To see how I solved what i think is the problem you are asking about save my index page by asking your browser to save it as a complete web page in a file you create on your desktop.
Open the main css stylesheet and scroll down to line 197 #headerWrapper{
position: relative; top:-35px; left: 0px;
}
As you can see the way i got round the problem was to shift the navbar -35px above the visible screen. Voila it is now 'invisible' to the user of the browser. Test it - change -35 to 10px save change and view the saved browser index page ( not the real live one). you will see it appear.
I hope this is the answer to your problem. if I have misunderstood the problem please forgive me.
Last edited by key kids; 4 Aug 2007 at 01:07 AM.