[css-d] make link on image causes layout to break

2006-06-07 Thread neal
Got a strange one - can't figure it out - on here: http://www.constructweb.com/epic/tab/ if I link the images (hit the second tab ) link layour breaks.. I've tried almost everything I can think of any help appreciated thanks n

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread cj
do you need to put the styling on your a instead of your span perhaps? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread Kevin Murphy
My quick guess you are off by one or two pixels in your math. Try making the outer container 5 or 10 pixels wider and see what happens. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Jun 7, 2006, at 12:34 PM,

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread neal
This breaks in FF and I have tried a few different widths - thanks for replies - rememeber it WORKS until I add the a href tag - - I have decrease border etc etc thanks My quick guess you are off by one or two pixels in your math. Try making the outer container 5 or 10 pixels wider and

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread Guillaume Bokiau
Hello, try validating (http://validator.w3.org/) next time :0) You didn't put any of the doc information, nor the head, body, html tags etc. Dot it and eveything works just fine. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread David Laakso
[EMAIL PROTECTED] wrote: Got a strange one - can't figure it out - on here: http://www.constructweb.com/epic/tab/ if I link the images (hit the second tab ) link layour breaks.. I've tried almost everything I can think of any help appreciated thanks n You have no doctype, among other

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread neal
Thanks for the suggestions however is is really strange why when I apply a a href tag that the image it blasts complete out of the left float - (hit the MLB tab in FF) this is only happens in FF - it is not a validation issue - I can change the size - decrease padding etc etc and the image blows

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread Scott Swabey
[EMAIL PROTECTED] wrote: Thanks for the suggestions however is is really strange why when I apply a a href tag that the image it blasts complete out of the left float - (hit the MLB tab in FF) The break is being caused by unclosed a elements. It is only apparent on the MLB tab because the