Results 1 to 5 of 5

Thread: Text Layers in HTML

  1. #1
    Join Date
    Oct 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Text Layers in HTML

    Hey all,

    I'm building a site using DHTML and Dreamweaver as a base, and I'm currently having trouble. I've created a layer to store text which sits over an image, which looks fine in Dreamweaver, but when loaded onto the page the layer has moved about 80 pixels to the left and about 20 pixels below what it should be!

    My first thoughts were that this was due to positioning type, and therefore tried fixed position, relative position etc, but this seemed to delete the layer and send the image to the top of the page!

    Here is the code for this layer,

    <DIV id="Layer1" style="position:absolute; left:564px; top:495px; width:191px; height:213px; z-index:1"><FONT color="#FFFFFF">sdfsldfjsldkfnsg</FONT></DIV>

    If anyone has any ideas, you help would be very appreciated! Thank v much

    Chris Kenning
    ck@carrot.com

  2. #2
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hmm, it's probably because of the way seperate browsers render breaks, the window sizes, etc., but I am not sure. It depends what browser the viewer is using.

  3. #3
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Also, this would more fit in the CSS section of the forums, since you use CSS to position the text.

  4. #4
    Join Date
    Oct 2005
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    remember, that even if you get it to finally work, chances are it will not look the same on another monitor...
    absolute postitions change in respect to what the monitor you are viewing the page is set at.
    if something needs to be exact.. then the layer must be ontop of another layer.. that way you can control both.. if you have a layer over a table lets say, witha picture in it... that table is not positioned, it is relative... in order to fix it.. you would place the table, with a picture in it, iNSIDE a layer...

    make sense?

    good luck
    pj

  5. #5
    Join Date
    Oct 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks all for your help!

    I think I might have to reconsider the way I'm designing the site, it may have to work differently for different monitors etc...

    Chris

Bookmarks

Posting Permissions

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