graphics line-wrapping on mac

  • Thread starter Thread starter Steve D.
  • Start date Start date
S

Steve D.

On some versions of Safari, ICab, and Internet Explorer on the Mac, graphics
wrap to the next line. I don't know why since these are fixed-size buttons,
not dynamic graphics. Anyone who has these browsers with a Mac please check:

www.restabs.com

All 5 tabs (buttons) along the top should be on one row. With some versions
of these browser, the Contact button on the right wraps and displays on the
left on the next line.

Any suggestion on how to fix this? I've stripped the Page Properties down
to the bare bones for maximum browser compatibility.

Thanks.
 
Put them in a container with fixed width. Either a div or a table.

Regards Jens Peter Karlsen.
 
I don't have Safari on a Mac, but cannot reproduce the problem in any
browser (including Safari) on a PC.

However, the table may be too small for the content which may be causing
the problem.

The table is 640px wide. The table cell is at least 640px wide (5x128px
for the buttons), plus 2px for left and right borders. If Safari (Mac)
is restraining the table to 640px width (when it requires 642px), then
the images will go onto 2 lines.

FYI, the Order Now button on Retailers tab links to your Home page.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
Ron - Thank you so much for your help.
--
Steve


Ronx said:
I don't have Safari on a Mac, but cannot reproduce the problem in any
browser (including Safari) on a PC.

However, the table may be too small for the content which may be causing
the problem.

The table is 640px wide. The table cell is at least 640px wide (5x128px
for the buttons), plus 2px for left and right borders. If Safari (Mac)
is restraining the table to 640px width (when it requires 642px), then
the images will go onto 2 lines.

FYI, the Order Now button on Retailers tab links to your Home page.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
Back
Top