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
Old 05-15-2005, 09:17 AM help me....
pipers dragon's Avatar
Extreme Talker

Posts: 190
Trades: 0
Im tryin to make a new klayout for my site, and it is different from the rest because im using both % measuring and pixel and i normally dont use percent.

Heres what I have: http://resist-insanity.net/indexxx.php

The blue and white lines are background, the drag down lines in the middle are a repeating 100% high table that is centered, and the image is on a centered div... I need to use more divs though, to get an iframe between the two lines made by her arms under resist insanity, and then between th neext part {blue with the pants} and the outside border...

first, if I Use percents to absolute position the divs will they work the same in different revolutions? also, I tried to use css to make that background black or something so I could see what I was doing but I couldnt.... Can anyone help me out?
pipers dragon is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-15-2005, 02:27 PM
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
I di not under stand any of that, try editing the code.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 05-15-2005, 02:45 PM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
Trades: 0
I'll answer the easy question .
You said you wanted to make the background black with CSS just put this in your CSS (presuming its the body you want black)

body {
background-color: #000000;
}


I'm jus gonna have a look at your site and se if I can help

P.S.
I believe that using percentages will most like make your page appear different in different browsers...
__________________
Yes, indeed...

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
brokensoul2271 is offline
Reply With Quote
View Public Profile Visit brokensoul2271's homepage!
 
Old 05-15-2005, 06:46 PM
pipers dragon's Avatar
Extreme Talker

Posts: 190
Trades: 0
nevermind... i guess people arent going to be able to answer my question, which isnt their fault casue it is really hard to understand.... thanks anyway though....
pipers dragon is offline
Reply With Quote
View Public Profile
 
Old 05-15-2005, 06:48 PM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
Trades: 0
If you set the divs with absolut positioning and set the size in pixels you shouyld have no problems.. I have never needed to do anything like this so i cant help but i'm sure it cant be that hard.. but then again things are never what they seem...
__________________
Yes, indeed...

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
brokensoul2271 is offline
Reply With Quote
View Public Profile Visit brokensoul2271's homepage!
 
Old 05-16-2005, 04:07 AM
celticbrue's Avatar
Extreme Talker

Posts: 175
Location: Wiltshire, England
Trades: 0
Hi There,

Just had a quick play with this. Try this for your main page html:
HTML Code:
<html>
<head>
<link href="pd.css" rel="stylesheet" type="text/css">
<title>Gone For Now</title>

</head>


<body>

<div id="container">

<div id="top"><img src="images/mischalayout.jpg"></div>

<div id="frame">
<Iframe src="indexx.htm" width="398px" height="1000px" allowtransparency="true" frameborder="no"></iframe>
</div>

</div>

</body>

</html>
And this for your main page css
HTML Code:
body { text-align:center; margin:0px; padding:0px; background: url(images/pgbg1.jpg); }

#container { width:650px; margin-left:auto; margin-right:auto; background: url(images/bg.jpg); text-align:center;}

#top {width:650px;}

#frame {width:400px; border:2px solid #000000; margin-left:auto; margin-right:auto; }
I haven't played around with the css for your iframe and you may need to adjust the url for the images as I played with them on my own machine. Also, the border around the frame div has only been added so you can see where it is, obviously you can remove this from the css file.

Hope this helps

Regards

Ian
__________________
Found this useful? - HIT MY TALKUPATION!


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

Last edited by celticbrue; 05-16-2005 at 04:14 AM..
celticbrue is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to help me....
 

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