Advanced CSS problem

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Advanced CSS problem

    Hi!

    I have 'inherited' a website layout that has a few CSS problems I hope you can
    help me with. I've tried all I can think of, but I still have the problem.

    Here's the layout: [url]http://www.96ppi.net/ibooks/[/url]

    This is the main (front) page. Looks fine in IE, but the boxes on the right
    fails in Firefox. Thats one problem.

    However, the bigger problem is that some content overlaps, making text
    unreadable (looks ugly) as in this page:

    [url]http://www.96ppi.net/ibooks/produkt.htm[/url]

    The problem I have is that the CSS is written by some other guy, whom I dont
    even know, and it's rather advanced (convoluted would be another word). And I
    can't seem to solve these problems with Firefox (and IE7) displaying text on
    top of eachother.

    The HTML and CSS checks out reasonably in a validator...

    CSS files:

    [url]http://www.96ppi.net/ibooks/narrowcontent.css[/url] (probably where the fault lies)
    [url]http://www.96ppi.net/ibooks/navigation.css[/url]
    [url]http://www.96ppi.net/ibooks/pagelayout.css[/url]
    [url]http://www.96ppi.net/ibooks/rightcolumn.css[/url]
    [url]http://www.96ppi.net/ibooks/typography.css[/url]

    ANY tips you can provide would be most welcome. Let me know if I can provide
    further info.

    Mathias

    Mathias(DK) Guest

  2. Similar Questions and Discussions

    1. Advanced Window Open 3 Extension Problem
      I am fairly new to Dreamweaver 8 and just purchased Advanced Open Window 3. I am trying to open a new browser with an html paged centered in full...
    2. ok advanced for me, how do I...
      http://www.azcdr.com/projects/wuwac5/index.htm In the larger blue panel, I'd like to have a flip down door and reveal a host of other controls....
    3. Advanced problem with LoadVars
      When using LoadVars I POST to an ASP.NET page. In simplest terms it looks like this: if(Request.Params.ToString().Equals("VAL1"))...
    4. advanced SQL
      Until recently, I thought MySQL, and SQL in general was no problem....doing simple INSERTS, DELETES, and UPDATES;...then I heard about triggers,...
    5. problem with advanced power management
      Zia <smzia@yahoo.com> wrote: SO boot with apm=off. Then do.
  3. #2

    Default Re: Advanced CSS problem

    Hi Mathias,

    As per my observation you need to add "display:table" this will work in FF and IE7 also

    Class Name:
    class=RightBoxMiddle

    Add Style
    style="display:table;"

    Enjoy ! :)
    rakeshpatil Guest

  4. #3

    Default Re: Advanced CSS problem

    Hi Rakesh!

    That seems to solve my problem with the boxes on the right. Excellent! I had
    never heard of display:table before. THANKS!!

    However, the most serious problem remains: the one about overlapping elements
    in the middle of the page. I have tried everything I know and am desperate for
    a solution. Do you have any idea whats wrong?

    Mathias(DK) Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139