Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Screen Size - Website Looks Weird
Old 04-19-2010, 11:44 AM Screen Size - Website Looks Weird
Experienced Talker

Posts: 36
Trades: 0
Can anyone help me with this problem, I am trying to learn to work layers etc and have hit a stumbling block - my screen displays the website like image 1 below (how it should look), but on my laptop (widescreen) it displays it like the second image. Can anyone tell me how to fix it so it appears the same in any screen resolution;



This is how it looks on laptop (below)



Thanks in advance to anyone who can help
andantesash is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-19-2010, 02:43 PM Re: Screen Size - Website Looks Weird
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
We either need a URL to the site, or we need ALL of the code. Can't debug from pictures.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-19-2010, 08:01 PM Re: Screen Size - Website Looks Weird
MattGoucher's Avatar
Skilled Talker

Posts: 64
Name: Matt
Location: California
Trades: 0
You should post some code so we can see whats going on. However, A css reset could be the fix:

HTML Code:
<style type='text/css'>
* {
    margin:0;
    padding:0;
}
</style>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Invalid Code On A New Website Is Like Having A New Car With A Broken Windshield
MattGoucher is offline
Reply With Quote
View Public Profile Visit MattGoucher's homepage!
 
Old 04-22-2010, 04:24 AM Re: Screen Size - Website Looks Weird
Experienced Talker

Posts: 36
Trades: 0
I built the site in Dreamweaver as I aint too good with code yet, here is the CSS code;


<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
background-color: #EBE9DE;
}
.oneColElsCtr #container {
width: 979px;
background: #FFFFFF;
text-align: left;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.oneColElsCtr #mainContent {
background-color: #FFF;
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #666;
}
#apDiv1 {
position:absolute;
width:485px;
height:550px;
z-index:5;
left: 487px;
top: 224px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
font-style: normal;
overflow: visible;
text-align: justify;
}
#apDiv4 {
position:absolute;
width:519px;
height:466px;
z-index:4;
left: 472px;
top: 211px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
text-align: justify;
visibility: visible;
}
#apDiv3 {
position:absolute;
width:277px;
height:24px;
z-index:3;
left: 696px;
top: 738px;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
color: #666;
text-align: right;
}
#apDiv2 {
position:absolute;
width:549px;
height:24px;
z-index:2;
top: 738px;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
color: #666;
word-spacing: 5px;
left: 16px;
}
a:link {
color: #009;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #009;
}
a:hover {
text-decoration: none;
color: #063;
}
a:active {
text-decoration: underline;
color: #009;
}
-->
</style>
andantesash is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Screen Size - Website Looks Weird
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.73487 seconds with 12 queries