Posted by Jon Slaughter on 04/16/07 23:45
"Jon Slaughter" <Jon_Slaughter@Hotmail.com> wrote in message
news:FFTUh.17144$Um6.16224@newssvr12.news.prodigy.net...
>
> "Bergamot" <bergamot@visi.com> wrote in message
> news:58ian2F2go2d2U1@mid.individual.net...
>> Jon Slaughter wrote:
>>> http://www.jonslaughter.com/Test2.html
>>
>> Why don't you use border properties for the bars across the top/bottom
>> and down the sides? It would be much simpler than using all those divs.
>> They're only pretending to be borders anyway.
>>
>
> Yes but it doesn't look as good. I went ahead and sorta hard coded the
> stuff and the results are almost exactly what I want:
>
> http://www.jonslaughter.com/MyPage.html
>
>
>
> But I need to somehow shift the sub menu boxes up a few pixes to make them
> look better. Every time I do something like top:-10px it absolutely
> offsets it from the top of the browser. Its so damn annoying.
>
>
OK, nevermind. I got it. CSS is a fucking mess. I don't know why I have to
nest divs of different position types just to get a relative addressing in
absolute mode off the current content block.
To shift the things I had to encause the menu's in two divs, on in relative
positioning and the other in absolute. If I just did one or the other it
wouldn't work ;/
crap... in IE the shifting screws it up. IE seems to only shift 1/2 of what
firefox does ;/ guess I can solve it with a conditional shift.
Thanks,
Jon
[Back to original message]
|