Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    59
    Plugin Contributions
    0

    Default Text positioning inside TD tag not working in Firefox

    Hi,

    I'm trying to position text within a TD tag

    Code:
    TD.mainPageText {
    text-align: right;
    position: relative; 
    left: -20px
    }
    and...

    Code:
    <td class="mainPageText" width="210">chocolate from ...blah blah</td>
    Odd thing is it works okay in IE, but only partially works in firefox (it still aligns right but won't move it to the left of the cell by 20 pixels. It's driving me nuts...any help appreciated.

    Cheers,
    Adam.

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Text positioning inside TD tag not working in Firefox

    TD.mainPageText {
    text-align: right;
    position: relative;
    left: -20px
    }

    this code is trying to move the table cell TD relative to its current position... either give it padding... or better yet, style a paragraph inside the TD
    ~Steve~

 

 

Similar Threads

  1. [Done 2.0] 1.50beta h2 inside caption tag
    By torvista in forum Bug Reports
    Replies: 1
    Last Post: 2 Sep 2011, 10:01 PM
  2. Text wrap around images on home page not working in IE but works in Firefox
    By GraniteMan44 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Feb 2008, 09:56 PM
  3. <img> tag not working!?
    By flipjargendy in forum General Questions
    Replies: 10
    Last Post: 18 Aug 2007, 03:06 PM
  4. Hoverover on firefox not working, is working on IE
    By wetjet in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Apr 2007, 08:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg