annoying little bug

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

annoying little bug

Post by hob_goblin »

at my new layout

http://www.ice-on-fire.net/pro

whenever you click on a file, up in the top right there is a little gap

you press refresh, and its gone..

you open another page, its there..

any ideas?
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

My res is 1024x768, im guessing your res is 800x600. Bec all your content seems to be pushed to the left side, leaving alot of open space.

My advise is to make the tables go by percentage, so it will resize for different viewing resolutions.
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

3 things:

1. you might want to consider completing your (x)html source so that your tags are complete. in particular you body and html tags. that could fix your problem but i doubt it.

2. while your site looks great in IE, the navbar on the left is completely hidden (in Mozilla/NN6) by the content pannel (quite likely due to improper html tags).

3. the most likely reason for your problem is the way IE handles DIVs positioned by CSS. trust me, i've seen some weird things and i reccomend against unless you know what your doing.

thats about all i can think of...
dusty
Forum Contributor
Posts: 122
Joined: Sun Apr 28, 2002 9:52 pm
Location: Portsmouth, VA

Post by dusty »

rightmargin="0"
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

heh my res is 1280 x 1024...

i kinda design it for people who don't like to open their browsers large...
and also, i completely make my site for IE, it was never meant to be for Opera or Netscape..

ill try those things and see if they work..
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

wow rightmargin worked like a charm ;)

i only knew about topmargin and leftmargin...
User avatar
gotDNS
Forum Contributor
Posts: 217
Joined: Tue May 07, 2002 5:53 pm
Location: West Chester, PA

bottom

Post by gotDNS »

remember, there is also bottommargin. I suggest CSS and neat XHTML highly![/quote]
Post Reply