Click to See Complete Forum and Search --> : Sorry to ask another ? on the same day but this is killing me.
royhobbs
11-23-2009, 09:00 PM
I dont know why their are so many compatability issues between IE and Firefox i dont think i have ever built something that didnt have compatability issues. in any case tell me how to fix this.
in IE (looks as how i want it): http://www.briancrower.com/jimmy/nav.html
in Safari: http://www.briancrower.com/jimmy/nav.html (look how different it looks) how to fix????
:confused:
ssystems
11-23-2009, 09:37 PM
Try placing the btn class on the table cell.
royhobbs
11-25-2009, 03:21 PM
nope didnt do anything nor does it make any sense to do that since all the widths and info are specific for each link not the entire table. that would essentially cause more problems. anyone?
CFHutton
11-25-2009, 03:28 PM
try adding display:block to the .btn class.
cfh
aj_nsc
11-25-2009, 03:46 PM
display: block on .btn makes it work.
EDIT: Oops! didn't see the above post...CFHutton is right.
ssystems
11-25-2009, 06:51 PM
nope didnt do anything nor does it make any sense to do that since all the widths and info are specific for each link not the entire table. that would essentially cause more problems. anyone?
Why would it cause more problems? Add a btn class and style it accordingly.
royhobbs
12-02-2009, 06:28 PM
display: block on .btn makes it work.
EDIT: Oops! didn't see the above post...CFHutton is right.
thanks a lot!