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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
backround centered-Fixed text
Old 03-11-2008, 07:36 PM backround centered-Fixed text
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
HTML Code:
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link href="ss.css" rel="stylesheet" type="text/css">
<title>Destroyer Art</title>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="description" content="A brief description of the current page goes here." />
<meta name="keywords" content="keywords, go, here, only, once, page, content, has, been, finished" />
 
</head>
<body>
 
<style type="text/css">
body {
background-color: #000000;
color: #FFFFFF;
}
div.c14 {text-align: center}
div.c13 {position: absolute; width: 328px; height: 231px; z-index: 3; left: 707px; top: 390px}
div.c12 {position: absolute; width: 192px; height: 38px; z-index: 1; left: -1px; top: 267px}
span.c11 {color: #FFCD9B; font-size: 120%}
span.c10 {text-decoration: none; font-weight: 700}
div.c9 {line-height: 1.25em; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: .75em}
span.c8 {color: #800000; font-size: 120%}
h3.c7 {text-align: left}
div.c6 {position: absolute; width: 328px; height: 180px; z-index: 2; left: 706px; top: 199px}
p.c5 {text-align: left}
p.c4 {color: #FFCD9B; text-align: left}
div.c3 {position: absolute; width: 299px; height: 494px; z-index: 1; left: 394px; top: 199px; float:left}
span.c2 {color: #FFCD9B}
span.c1 {color: #FFCD9B; font-family: Verdana; font-size: 80%}
</style>
</head>
<body>
<div class="c14">
<table cellpadding="0" cellspacing="0" width="701" height="38"><!-- MSTableType="layout" -->
<tr>
<td width="4">&nbsp;</td>
<td valign="top" width="697" height="38"> <a href="/">
<img border="0" src="http://i25.tinypic.com/dvscpv.jpg" width="113" height="35" alt=""></a><a href="iliketodo.html"><img border="0" src="http://i26.tinypic.com/16h4tch.jpg" width="130" height="35" alt=""></a>
 
what im trying to do is set the backround to not to be centered and what do i need to do so my text is not Fixed Position? im guessing this is why my text is not aligning to different resolutions my resolution is at 1440x900 on a 36 inch flat widescreen monitori keep on getting people telling me that everything isnt aligning right at higher resolution's but when i set my resolution to 1024x764 the text aligns right across all browsers? Im having difficultes if anyone could look over this for me please do it would be aprreciated!

Last edited by LadynRed; 03-12-2008 at 11:25 AM..
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
 
Register now for full access!
Old 03-11-2008, 10:02 PM Re: backround centered-Fixed text
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
And your question is?

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


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

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 03-11-2008, 11:56 PM Re: backround centered-Fixed text
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Quote:
what im trying to do is set the backround to not to be centered and what do i need to do so my text is not Fixed Position? im guessing this is why my text is not aligning to different resolutions my resolution is at 1440x900 on a 36 inch flat widescreen monitori keep on getting people telling me that everything isnt aligning right at higher resolution's but when i set my resolution to 1024x764 the text aligns right across all browsers? Im having difficultes if anyone could look over this for me please do it would be aprreciated!
That's his question.

My question is...where's the rest of the code, and is there a site we can see this behavior of which you speak?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 03-12-2008, 09:15 PM Re: backround centered-Fixed text
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
Its on my website http://www.blakeanthonydesign.com ive tested it across all browsers and went over my site with my other computer screen set at 1440x900. and im still getting the same not aligning text everything else is aligning but the text isnt. Im thinking its because my text is at a fixed position.
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 03-13-2008, 03:47 AM Re: backround centered-Fixed text
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Very simple,

As we have said many many times in posts here.

Don't use position:absolute!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-15-2008, 04:07 PM Re: backround centered-Fixed text
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
what do you think i should use then ?
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 03-15-2008, 04:11 PM Re: backround centered-Fixed text
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
floats
Gilligan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to backround centered-Fixed text
 

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.40182 seconds with 12 queries