[css-d] disappearing image

2005-06-11 Thread Steve Hall
Hi Everyone, Two issues right now: 1. In IE, the image in the (currently yellow) div is being cut off, whereas in Mozilla it appears as I'd hoped. I've set a negative margin on the yellow div, to align that link with all the other links. What's the best way to accomplish this? I need the div w

Re: [css-d] disappearing image

2005-06-09 Thread Steve Hall
Thanks so much for all your help. One final issue with the bottom button -- firefox and IE are rendering it differntly. Any idea how to get it lined up perfectly with the other buttons in both browsers? Currently, it's lined up in IE, and kinda wonked in firefox... the link again: http://dev.

Re: [css-d] disappearing image

2005-06-08 Thread Gunlaug Sørtun
greatbigbrain wrote: http://dev.10plus1.com/TorontoUnlimited/template-02.htm 1. In IE, the image in the (currently yellow) div is being cut off, whereas in Mozilla it appears as I'd hoped. Add: #navbar2 { margin-left: -182px; position: relative; _height: 0;} ...to position it better and make

[css-d] disappearing image

2005-06-08 Thread greatbigbrain
Hi Everyone, Two issues right now: 1. In IE, the image in the (currently yellow) div is being cut off, whereas in Mozilla it appears as I'd hoped. I've set a negative margin on the yellow div, to align that link with all the other links. What's the best way to accomplish this? I need the div w