Advertisement

07.09.2008 at 11:21AM PDT, ID: 23551257
[x]
Attachment Details

CSS and Iframe putting an iframe in a photo page in an index  of photo albums

Asked by jcw20 in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)

hi here is what i am trying to do but havinproblems. i what to in sert a page with in a page a navigation bar whitch changes tthe page in the iframe. the problem is i need the iframe to change size to fit the page that is in the iframe no scroll bars.Start Free Trial
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:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
CSS:
body {
	background-image: url('b52a.jpg');
}
#top_links{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9px;
	display: block;
}
 
 
 
#top_links ul{
list-style-type:none;	
}
 
 
#top_links li{
	
	float: left;
	display: inline-block;
	border-top-style: dotted;
	border-width: thin;
	border-bottom-style: dotted;
	border-color: #CC00FF;
}
 
#top_links a:hover{
	background-color: #9933FF;
}
 
 
#container {
	margin: 0,auto;
	position: absolute;
	left: 165px;
	top: 29px;
	width: 558px;
	height: 446px;
	z-index: 1 }
#content {
}
#side_bar {
	position: relative;
	float: left;
	display: inline;
}
#side_bar ul {
	display: inline-block;
	list-style-type: none;
}
#side_bar li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9px;
}
top_links a:link {
	background-color: #FF0066;
}
 
 
HTML:
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
 
<!-- #BeginTemplate "Photos.dwt" -->
 
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="photos.css">
<style type="text/css"></style>
</head>
<body>
<div id="container">
<div id="page_content">
<div id="content">
<div id="inline_page">
<iframe src="Jdcamp/index.shtml" style="height: 444px; width: 345px"></iframe>
 
</div>
<div id="side_bar">
<ul>
<li>Home</li>
 
</ul>
 
 
</div></div></div></div>
 
 
 
 
<!-- #BeginEditable "%23content" -->
 
<!-- #EndEditable -->
 
 
 
 
</body>
<!-- #EndTemplate -->
</html>
[+][-]07.09.2008 at 11:28AM PDT, ID: 21966740

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2008 at 12:25PM PDT, ID: 21967328

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)
Sign Up Now!
Solution Provided By: jcw20
Participating Experts: 3
Solution Grade: A
 
 
[+][-]07.09.2008 at 01:50PM PDT, ID: 21968233

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 12:51PM PDT, ID: 22053741

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 02:31PM PDT, ID: 22054508

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.22.2008 at 07:38PM PDT, ID: 22065577

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.22.2008 at 07:39PM PDT, ID: 22065584

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.13.2008 at 06:15PM PDT, ID: 22227213

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08.13.2008 at 10:47PM PDT, ID: 22227987

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.16.2008 at 02:26PM PDT, ID: 22245267

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.16.2008 at 10:06PM PDT, ID: 22246153

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.17.2008 at 07:47AM PDT, ID: 22247077

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.17.2008 at 07:56AM PDT, ID: 22247103

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.17.2008 at 12:05PM PDT, ID: 22247891

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 06:48AM PDT, ID: 22259696

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 06:50AM PDT, ID: 22259711

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 07:37AM PDT, ID: 22260216

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08.19.2008 at 08:15AM PDT, ID: 22260541

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 08:27AM PDT, ID: 22260673

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 11:37PM PDT, ID: 22266717

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628