Unbelievable! Designed in FP works great in Mozilla and awfull in

M

marulo

Hi everyone. I am desperate because I don't know what is going on here. I
designed my webpage (http://mtappata.bol.ucla.edu/) in FrontPage. I am not
good at this so I created the simplest webpage posssible. No frames, etc...
Well, the webpage looks great in Mozilla, but when I open it in IE, the
links in the upper menu do something funny. You'll see what I mean when you
click them and then hit "back". The words are overlapped. You need to click
anywhere in the page so everything fixes up.
If you have any suggestion of what I could do to solve it please Help me!!!!
thanks

M
 
R

Ronx

A table row with a total width of 284%, including a cell cell with a width
of 184% may have something to do with this, but it needs to be corrected
anyway:
<tr>
<td width="8%"
<td width="184%"
<td width="92%"
</tr>
 
S

Stefan B Rusynko

Any table that w/ cells that add up to more than 100% are wrong and will yield unpredictable browser results
- add to that mixing % width w/ px heights and the problem is compounded

Remove all cell sizes and resize them to never exceed 100%

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|A table row with a total width of 284%, including a cell cell with a width
| of 184% may have something to do with this, but it needs to be corrected
| anyway:
| <tr>
| <td width="8%"
| <td width="184%"
| <td width="92%"
| </tr>
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
|
|
| | > Hi everyone. I am desperate because I don't know what is going on here. I
| > designed my webpage (http://mtappata.bol.ucla.edu/) in FrontPage. I am not
| > good at this so I created the simplest webpage posssible. No frames,
| etc...
| > Well, the webpage looks great in Mozilla, but when I open it in IE, the
| > links in the upper menu do something funny. You'll see what I mean when
| you
| > click them and then hit "back". The words are overlapped. You need to
| click
| > anywhere in the page so everything fixes up.
| > If you have any suggestion of what I could do to solve it please Help
| me!!!!
| > thanks
| >
| > M
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top