Jump to content

Screen Resolution problem

- - - - -

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

#1
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
G'day everyone. Sorry for my inactivity lately, been really busy lately doing other things. But I am working on this site, and I have just done the basic layout for it. But before I move on, I have this problem.....

I have a problem with the Screen Resolution. I have tested it and the layout is fine but when you resize it, it doesn't work :confused:

I kept resizing it till nothing, but it doesn't work. So can someone please take a look at the script I made for it and help me get it to work? Please check the source on here;
Template for the tutorial site
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
It looks like you have a fixed width in your content table:

<div id="content">
	<table width="750" class="con">

That "750" will keep it from resizing.

#3
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
So if I stay away from fixed width's it shall work?

Leave it as it is, or I could use percentages or something?
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
What do you mean "it doesn't work"?

I am resizing the page in my browser now and it behaves exactly the way I would expect it to behave.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Don't worry, I updated it. If you saw it before it was looking weird, I set a fixed width for the table. But I removed it and changed it in the CSS to Max-Width. Works well now ;)
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#6
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
I must have seen it afterwards then.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums