Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-28-2008, 12:59 AM   PM User | #1
Sorrow
New to the CF scene

 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Sorrow is an unknown quantity at this point
CSS/HTML positioning problem

Hi everyone here is my problem. I have a page that displays the result of some dvd release they are displayed in seperate rectangle with the Case picture is on the left side and the rest is centered.

here is the code that I have:

Code:
<style type="text/css">
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
		}
.general
{
background-image: url(http://web.com/pics/patternsbg0030.gif);
	background-repeat:repeat;
	width: 800px;
	height:auto;
	
	
}

.dvdRel
{
	background-color:#000000;
	padding: 5px; 
	position:absolute; 
	color:#FFFFFF;
	}
	
	.dvdPagination
{
	padding: 5px; 
	position:absolute;
	color:#FFFFFF;

	}
.movie
{
	background-color:#000000;
	margin-bottom: 15px;
	border:1px solid #ffffff; /* Tu peu mettre un code de couleur #232323*/
	padding:10px;
	color:red; /* Tu peu mettre un code de couleur #232323*/
	height:85px;
	width: 750px;
}
.title
{
position:relative;
left:20px;

}

.case
{
position:absolute;
left:125px;
}

.reldate
{
position:absolute;
left:500px;
}

.director
{
position:absolute;
left:20px;
}

.mainmenu
{
background-color:#000000;
	border:0px;
text-decoration:none;

}

</style>
</head>

<body text ='#FF0000' link="#000000" vlink="#000000">
<center>
<div class="movie">


<img src=<?=$list['relCase']?> height="85" width="65" class="case">
<div class="title"><b> <?=$list['relTitle']?></b><br />
<br>Release Date: <?=$list['relDate']?> </div><br />

Director(s) : <?=$list['relDirector']?>

</div>
I skipped the database part but with that code I can only set the positioning for 1 resolution how can I position those variables so it fits with any resolution please.
Sorrow is offline   Reply With Quote
Old 10-28-2008, 04:43 AM   PM User | #2
twodayslate
Senior Coder

 
twodayslate's Avatar
 
Join Date: Mar 2007
Location: VA
Posts: 1,042
Thanks: 67
Thanked 39 Times in 39 Posts
twodayslate is on a distinguished road
Do you have a live preview of this. sorry, but I find it easier to help when I see it (too lazy to upload/copy&paste it myself)
__________________
twitter | Quality Hosting - $5.95/mo*
Feel free to PM me!
twodayslate is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:09 AM.


Advertisement
Log in to turn off these ads.