Forum Moderators: not2easy

Message Too Old, No Replies

Browser Size

         

TymArtist

3:29 pm on Oct 6, 2005 (gmt 0)

10+ Year Member



I was wondering if anyone has found any tricks to getting your content to succesfully increase in size (ctrl++) on FireFox with pure CSS layouts and have all the elements continually get bigger and bigger without too much disjunction of the page elements. Right now I've found that my top navigation gets bumped into two lines, and things seem to overlap some, and was wondering if there was any solution to make it enlarge with a certain amount of grace.

Thanks!

zackattack

3:54 pm on Oct 6, 2005 (gmt 0)

10+ Year Member



Hi TymArtist

It really depends on your method of laying out the site, but yes it is very possible

If you post us some code am happy to take a look for you

ZA

dragonthoughts

4:10 pm on Oct 6, 2005 (gmt 0)

10+ Year Member



Commonly this type of thing occurs when the CSS gives sizes of objects (text size, box heights) in px rather than relative measures such as %.

Beware though: some browsers have a bug that text size of 100% is rendered wrongly, so use 101% or 99%.