|
Prev: Number format problem
Next: Refresh multiple data sets
From: Deansplit on 19 Jun 2008 08:05 I have text in a 'td' and a pic next to it in another 'td'. Both are top aligned vertically, yet in Firefox the text appears a line down??? Thx 4 any help
From: Mangler on 19 Jun 2008 08:21 On Jun 19, 8:05 am, "Deansplit" <webforumsu...(a)macromedia.com> wrote: > I have text in a 'td' and a pic next to it in another 'td'. Both are top aligned vertically, yet in Firefox the text appears a line down??? > > Thx 4 any help get firebug it will help you diagnose and fix this problem. You can use conditional statements to point to different CSS sheets based on the browser the client is using.
From: TC2112 on 19 Jun 2008 09:15 Hello, Without seeing the code, a total guess would be that the text is in a <p> tag and you didn't set the <p> margin with CSS so FF is using it's default...... If that's not it, can you post a link? Take care, Tim
From: yupieyi on 19 Jun 2008 09:18 yeah, if the text is in the <p> tag, that will solve the problem
From: DizzDizzy on 19 Jun 2008 09:17
ok i will try to post alink for that. soon thaks |