Jump to content

screen resolution problem

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
jwxie518

jwxie518

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,180 posts
I just discovered my dilemma on this.

John Wong - Life of Engineering | Photography | Music | Research | Stupido
This is my homepage so far.
I am using 1280x1024 resolution which stretches everything wide enough to fit everything on one line.
See screenshot below
http://i64.photobuck...ng_Photogra.png


Here the contrast 1024 x 768
http://i64.photobuck...wxie/screen.png

Quite obvious - but not the biggest problem at all.

However, something strike me a bit and I can't solve this.
You see those 80x15 icons on the right hand side? They are suppose to be on the next line, float: left.
Quite interesting, the 1024 x 768 showed that this css is working.
In fact, 1024 is the most common resolution...

I went back to my desktop, 1280x1024, try to minimize my FireFox browser, and a similar result....

The resolution is the whole business here.
According to my css, these icons are within a new div and is floating to the left. They are working, but because of different resolution setting, they are now all messed up.

How can I solve this problem?

Thanks

I attached desktop.zip [html and css files]. you may take a look

Attached Files



#2
SeanStar

SeanStar

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
Why don't you put it a line up so that it floats left on the line above it?
I can see what's happening... It is floating left of the images?

#3
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
Do you still have this issue ? Try hitting F12, seems your on full screen view.

#4
bekace

bekace

    Newbie

  • Members
  • PipPip
  • 13 posts
works thanks