[WSG] H1 Backround Image covering my dropdown navigation

2005-09-19 Thread Marwan Farha
Hi all, Here's the problem, is that I have a dropdown nav which i have used before and am currently implementing into this website http://www.magnam.com/patrol/internal.htm The dropdowns are absolute div's, and mostly everything else is relative. The CSS for the dropdown is found here and is as

Re: [WSG] H1 Backround Image covering my dropdown navigation

2005-09-19 Thread Marwan Farha
My bad, the remaining CSS is in this file http://www.magnam.com/patrol/c/internal.css

Re: [WSG] H1 Backround Image covering my dropdown navigation

2005-09-19 Thread Marwan Farha
Oh you are the man. Thanks a lot that did the trick, i am so blind!!! On 9/19/05, Stepan Reznikov [EMAIL PROTECTED] wrote: Hello! Instead of applying z-index toul's and li's of your navigation,apply z-index to #masthead: #masthead { ... z-index: 666;} Here's the problem, is that I

Re: [WSG] Jumping text in FF and Netscape

2005-05-04 Thread Marwan Farha
For font sizing try this: body { font-family:Arial, Helvetica, sans-serif; font-size:1em; } p { font-size: 0.7em;} If you stick with arial this will give you a font size of around 12px which can be resized. Try different sizes with different decimal digits (0.725 etc..)

Re: [WSG] absolute positioning

2005-02-26 Thread Marwan Farha
Just give the element which you want to position the other element relative to a poistion of relative and then give the inner elemennt a position of absolute and specify toop,right etc... example: div#container {position:relative;} div#container img.example {position: absolute; top:0; right:0;}

[WSG] List item spacing problem

2005-01-18 Thread Marwan Farha
Hi all, I'm having a problem with a list based menu, using a the sons of suckerfish method. http://www.handinhandnursery.com/index.htm In IE6 the spacing between the subNav list items is perfect but in Firefox they become all squashed up against each other, and i can't seem to find the problem.