Text shift problem...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hzgt9b

    Text shift problem...

    I am working on a site that is being served to a private network. All
    the users are using IE.

    What I am trying to do is label some groups of text - I can't use an
    <olbecause the labeling will be broken over several divs - thus I
    decided that I would add the labels manually. What I thought I could
    do was float my label div to the left then use the left-margin of my
    next div to create the offset or margin. This seems to be working fine
    except that the text on the 1st couple of lines in the 2nd div is
    shifted to the right by a couple of pixels.

    Here's a sample page showing the problem:
    http://www.freewebtown.com/emailcelo...t_problem.html.
    Notice that the 1st line or so of the text inside blue bordered divs
    is shifted to the right by a few pixels.

    QUESTIONS:
    1. Is an easier way to get the labelling effect I am looking for? I'm
    open to suggestions.
    2. Regardless of my labelling issue, can anyone tell me what the
    source of the text shift problem is and what can be done to correct
    it?

    Your feedback appreciated.
  • Harlan Messinger

    #2
    Re: Text shift problem...

    hzgt9b wrote:
    I am working on a site that is being served to a private network. All
    the users are using IE.
    >
    What I am trying to do is label some groups of text - I can't use an
    <olbecause the labeling will be broken over several divs
    ? You can put DIVs, and just about anything else, inside an LI.
    - thus I
    decided that I would add the labels manually. What I thought I could
    do was float my label div to the left then use the left-margin of my
    next div to create the offset or margin. This seems to be working fine
    except that the text on the 1st couple of lines in the 2nd div is
    shifted to the right by a couple of pixels.
    >
    Here's a sample page showing the problem:
    http://www.freewebtown.com/emailcelo...t_problem.html.
    Notice that the 1st line or so of the text inside blue bordered divs
    is shifted to the right by a few pixels.
    It is? It's all aligned when I look at it in Firefox and IE7.

    Comment

    • Bergamot

      #3
      Re: Text shift problem...

      hzgt9b wrote:
      >
      http://www.freewebtown.com/emailcelo...t_problem.html.
      Notice that the 1st line or so of the text inside blue bordered divs
      is shifted to the right by a few pixels.


      Look at 3-pixel jog, towards the bottom of the list

      --
      Berg

      Comment

      • hzgt9b

        #4
        Re: Text shift problem...

        On Apr 15, 1:42 pm, Bergamot <berga...@visi. comwrote:
        hzgt9b wrote:
        >
        http://www.freewebtown.com/emailcelo...t_problem.html.
        Notice that the 1st line or so of the text inside blue bordered divs
        is shifted to the right by a few pixels.
        >

        >
        Look at 3-pixel jog, towards the bottom of the list
        >
        --
        Berg
        Yea, its the 3-pixel jog - thanks for putting a name to it for me.

        Comment

        Working...