Results 1 to 6 of 6

Thread: IE Background problem

  1. #1
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default IE Background problem

    I have a slight problem with Internet Explorer and the background of the <div> tags...
    http://danklemon.pureadd.com/default.php
    It isn't only limited to that page...
    It happens when you load our site in IE the background for <div class="content">tags...

    I appreciate the help!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I noticed 1 problem, thats that you have a class="content" for your td, but then I noticed inside your td you have another class="content" on a div, so I suggest fixing that, and then adding a tbody, I don't know if the tbody tag is essential though.
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    Rockonmetal (04-11-2008)

  4. #3
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    tbody? never heard of that tag before...

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Here you go:
    http://www.w3schools.com/tags/tag_tbody.asp
    What happen when you took the class of the div?
    Jeremy | jfein.net

  6. #5
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    k I have fixed the background issue... i'm now working on the font color and family... thanks... 1st thing i learned today... even though i go to school... lol

  7. #6
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    I fixed it...
    what was causing the problem was i had two different containers with the same class and it confused IE and IE (as it always does) goes berserk... so i made some changes...
    I took out the class tag in the td tag and added class tags to all of the <div> tags... then i shifted the style classes because I no longer needed .content div{ i changed it to .content... and .content div p{ to .content p{
    thanks i know this probably makes no sense... but its what i did... *i think...*

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
  •