Hey,
Ok having a few problems with IE5 Mac, again. Ok I wanted to use an image for a submit button but had previously had some bad luck with that and wanted to use the following instead:
Now I am using the above on a submit button as so:Code:.formsubmit { display: block; width: 100px; border-top: 1px solid #EFEFEF; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #EFEFEF; border-right: 1px solid #CCCCCC; background-image: url("images/bg_nav.jpg"); font-weight: bold; padding: 3px 3px 3px 3px; color: #21536A; }
Now this works fine in all PC & Mac browsers except IE5 Mac - I mean it works, but instead of being 100px wide, it is instead 100% of the table it seems.Code:<input type="submit" name="Submit" value="Submit" class="formsubmit">
Perhaps I could put the submit button in a div that is 100px wide? I shouldn't have to though.
I also tried using the CSS hacks but that didn't help. Alternatively, is there anyway of just not using this style if the user is using IE5 Mac?
This browser really does my head in, constantly!
Cheers,
Chris








Bookmarks