Hi all new here and in need of some help

This is a discussion on "Hi all new here and in need of some help" within the Web Page Design section. This forum, and the thread "Hi all new here and in need of some help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 2nd, 2006, 15:15
New Member
Join Date: Jun 2006
Location: uk
Age: 32
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all new here and in need of some help

Hello everybody iam new here, found the forum on a seach and need some help, iam not anygood with code or anything like that and i dont even have a clue if this problem can be fixed but here gose anyway

Right my problem is this iv got a simple background with some text as my home page to enter my forum, the background isent the problem that is doing everything i want it to do in all screen resolutuions but the text and the click here to enter image is a difrent story when you change your screen rez the text jumps to a difrent place it is fine in 1280x1024 the rez i use but ppl using lower rez will see the text out of place

Anyway i will post my test link and code
hope somebody can help me

http://www.junglespider.me.uk/TestPage.html

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Untitled Page</TITLE>
<META name="GENERATOR" content="junglespider - http://www.junglespider.me.uk">
<STYLE type="text/css">
div#container
{
   width: 780px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}
</STYLE>
<style type="text/css">
body {

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
</style>
</HEAD>
<BODY background="images/RuBG0001.jpg" bgcolor="#000000" text="#000000">
<DIV id="container">
<DIV style="position:absolute;left:160px;top:319px;width:500px;height:144px;z-index:1" align="left">
<FONT style="font-size:13px" color="#A0ABB4" face="Arial">Welcome<BR>

<BR>
To junglespider.me.uk<BR>
this site was mainly designed for graffix and tutorials<BR>
we are realy new at the moment and plan to stick with it and grow<BR>
come join ower forums and be a part of this community<BR>
post your artworks and works in progress-tutorials-jokes-news &amp; requests<BR>
all in all just have a good time here at junglespider.me.uk<BR>
everybody is welcome all we ask of you is to read the forum rules and enjoy your self</FONT></DIV>

<IMG src="images/EnterJS01.gif" alt="" align="top" border="0" width="146" height="15" style="position:absolute;left:498px;top:529px;width:146px;height:15px;z-index:2">
</DIV>
</BODY>
</HTML>
Thx in advanced for any help
Reply With Quote

  #2 (permalink)  
Old Jun 2nd, 2006, 15:22
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

I think this might be your problem
Code: Select all
<DIV style="position:absolute;left:160px;top:319px;width:500px;height:144px;z-index:1" align="left">
Try using % instead of px values. That way it will resize according to the browser resolution.

[Also, I know it's not what you asked for and probably intend ammending it later but, I would make a text-editor spell-check a priority. And the link doesn't work yet.)

Nice graphic, btw.
Reply With Quote
  #3 (permalink)  
Old Jun 2nd, 2006, 15:34
New Member
Join Date: Jun 2006
Location: uk
Age: 32
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

Thx for the quick reply
if i understud you rightly just change all the px to % then it should work ?
i dont have a clue about code and stuff, graffx is what i do code is to much for my little spider brain lol
i used wysiwig webbuilder as its the only thing i know

Code: Select all
link doesn't work yet.)
Nice graphic, btw.
lol yeah i wanted to get this problem sorted befor i linked anything
and the graphic will probely change also lol
Thx RedSkwirrell
Reply With Quote
  #4 (permalink)  
Old Jun 3rd, 2006, 08:42
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

px is a pixel measurement.
as resolution is measured in px, the px measurement will not change even when the px resolution of the viewer does.

% is a percentage of the browser so if you're displaying a table in 100% of the browser it should display the same in any resolution. Getting the %'s right is a s.o.b. tho.
Reply With Quote
  #5 (permalink)  
Old Jun 4th, 2006, 07:56
Up'n'Coming Member
Join Date: May 2006
Location: Kentucky
Age: 19
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

Everyday I learn something new. thanks !!!

I was having a problem with my DIV layout on my myspace. Everyone was saying it was out of wack and I figured it was their resolution but didn't know why it would do that. Now I know. Thanks !!!!
Reply With Quote
  #6 (permalink)  
Old Jun 4th, 2006, 10:42
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

YW.
I accept Paypal and most major credit cards.

(j/k)



[Learned about that here myself too.]
Reply With Quote
  #7 (permalink)  
Old Jun 5th, 2006, 13:04
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

LOL - Red (you should've posted a paypal pay link). haha that would have been great.

Forums is a great place to learn those thing which seem complicated but are actually pretty simple, just overlooked.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #8 (permalink)  
Old Jun 5th, 2006, 16:15
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hi all new here and in need of some help

Reply With Quote
Reply

Tags
help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43