This is a discussion on "IE shows page fine, half missing in FF" within the Web Page Design section. This forum, and the thread "IE shows page fine, half missing in FF are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE shows page fine, half missing in FF
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
i know, its a simple thing. my css is probably messed up. but.. im new at this, take it easy on me
so, the page is studio22, and its showing up fine in ie7. the problem is: when viewed in firefox the bottom half disappears under the top image. i know it has smth to do with z-index positioning, because it was the last thing that ive added to page code. can anyone help me out here, please? id really be grateful! thanks, ana. |
|
|
|
|||
|
Re: IE shows page fine, half missing in FF
Change #index to
Quote:
|
|
|||
|
Re: IE shows page fine, half missing in FF
well, its true, it does show the bottom half of page in firefox now... but kinda messes up everything else.
plus, any ideas on the menu? i know i shouldnt be using tables in our css-only world, but had to be done for the time being (till i learn how to do a menu like that with css). thanks! ana. |
|
|||
|
Re: IE shows page fine, half missing in FF
On second thought, I see no reason to use z-index at all.
As to tables, you really don't need them here. |
|
|||
|
Re: IE shows page fine, half missing in FF
just looking through the code.. why are you using the tables? is it to create the nav? as i could show you a painless way to do it with a list?!
Last Blog Entry: When accessibility is not your problem (Apr 24th, 2008)
|
|
|||
|
Re: IE shows page fine, half missing in FF
simple way to do ur nav.
have a list: <ul> <li class="item1"><a href=""><span></span>item 1</a></li> <li class="item2"><a href=""><span></span>item 2</a></li> <li class="item3"><a href=""><span></span>item 3</a></li> </ul> then make the list inline. use the span to show the image you require by background image / position:relative and also make the span a block element and hide the text below by making the li's float left and overflow:hidden; this will mean the text still shows when images are switched off.
Last Blog Entry: When accessibility is not your problem (Apr 24th, 2008)
|
|
|||
|
Re: IE shows page fine, half missing in FF
is that clear?
Last Blog Entry: When accessibility is not your problem (Apr 24th, 2008)
|
![]() |
| Tags |
| css, firefox, internet explorer, positioning, z-index |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Page shows in Firefox but not in Explorer?? Please help. | Apokalupsis | Web Page Design | 9 | Nov 13th, 2007 01:45 |
| A job half done | geordief | Flash & Multimedia Forum | 12 | Sep 10th, 2007 22:32 |
| Page not displaying right in IE fine in FF | motormaniac | Web Page Design | 1 | Jul 16th, 2007 11:57 |
| Parent of/ page shows up in place of index.htm | Babawawa | Introduce Yourself | 1 | Mar 3rd, 2006 12:07 |
| Half Project | Smokie | Entry, Nominations and Voting | 0 | Aug 19th, 2003 11:58 |