473,394 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Some help please

Hi,

Could you please help me?

I have a problem with my page and I really can't find where is the error.

I have a iframe in the middle of the page, everything is fine but at the
moment I minimize everything in the frame is messed up. I don't know if I
have to work with the frame or the problem is the docs. I show in the frame.

In those docs. there are some tables and with them it seems that the frame
respect them and they are not messy, but with divs is diferent. the docs.
shrink when the frame does it and then comes the problem.

I am not professional, sorry if my question is not properly explained.

http://irma.bavariasoft.com/spanish_solution/index.html

the problem is: sidebar link Temas/verbos/presente simple (divs) problems

Doc with table. Miscellaneous/Números (table), it has no problem.

Thanks very much in advance.

Irma.


Jul 20 '05 #1
7 1881
Irma wrote:

I have a iframe in the middle of the page, everything is fine but at


Not everything might be fine when you have an iframe. Why do you want
it in the first place?
Maybe you're trying to fix the symptoms of a problem you wouldn't have
if you fixed the source.
Jul 20 '05 #2
Hi Philipp,

Yes, the iframe came to solve the problem of the navigation bar. I think I
have more control with links to the different topics if I just control one
page, the index with the iframe.

I don't know another way to have the navigation as an include in HTML just
with php.

Excuse me just a question what do you mean with "fix the source"?

Thanks.

Irma.
"Philipp Lenssen" <in**@outer-court.com> schrieb im Newsbeitrag
news:bq*************@ID-203055.news.uni-berlin.de...
Irma wrote:

I have a iframe in the middle of the page, everything is fine but at


Not everything might be fine when you have an iframe. Why do you want
it in the first place?
Maybe you're trying to fix the symptoms of a problem you wouldn't have
if you fixed the source.

Jul 20 '05 #3
Irma wrote:
Yes, the iframe came to solve the problem of the navigation bar. I think
I have more control with links to the different topics if I just control
one page, the index with the iframe.


Frames are a highly suboptimal solution to that problem, introducing more
problems then they solve.

<http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>

--
David Dorward http://dorward.me.uk/
Jul 20 '05 #4
Hi David,

Thanks a lot for your information. I will study the posibilities I read and
consider them in my page.

Irma.

"David Dorward" <do*****@yahoo.com> schrieb im Newsbeitrag
news:bq*******************@news.demon.co.uk...
Irma wrote:
Yes, the iframe came to solve the problem of the navigation bar. I think I have more control with links to the different topics if I just control
one page, the index with the iframe.


Frames are a highly suboptimal solution to that problem, introducing more
problems then they solve.

<http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>

--
David Dorward http://dorward.me.uk/

Jul 20 '05 #5

"Irma" <h2*******@sneakemail.com> wrote in message
news:bq*************@news.t-online.com...
Hi,

Could you please help me?

I have a problem with my page and I really can't find where is the error.

I have a iframe in the middle of the page, everything is fine but at the
moment I minimize everything in the frame is messed up. I don't know if I
have to work with the frame or the problem is the docs. I show in the frame.
In those docs. there are some tables and with them it seems that the frame
respect them and they are not messy, but with divs is diferent. the docs.
shrink when the frame does it and then comes the problem.

I am not professional, sorry if my question is not properly explained.

http://irma.bavariasoft.com/spanish_solution/index.html

the problem is: sidebar link Temas/verbos/presente simple (divs) problems

Doc with table. Miscellaneous/Números (table), it has no problem.

Thanks very much in advance.

Irma.


This HTML is wrong:
<div class="centerleft" style=" width: 80%; margin-left: 8em;
margin-bottom:1em; BACKGROUND-COLOR:#eef6ee">
<div class="centerright" style="PADDING-BOTTOM: 0em; PADDING-RIGHT: 0em;
WIDTH: 70%; BACKGROUND-COLOR:#dbe9db">
<div class="centerright2" style="WIDTH: 50%">
<p align="center"><em>3ra. conjugación</em></p>
<p align="center"><b>vivir</b>
</p>
</div>
<p align="center"><em>2da. conjugación</em></p>
<p align="center"><b>comer</b></p>
</div>
<p align="center"><em>1ra. conjugación</em></p>
<p align="center"><b>trabajar</b></p>
</div>

----------------
This is corrected, but still needs tweaking:

<div class="centerleft" style="float: left; width: 15%; margin-left: 8em;
margin-bottom:1em; BACKGROUND-COLOR:#eef6ee">
<p align="center"><em>1ra. conjugación</em></p>
<p align="center"><b>trabajar</b></p> </div>

<div class="centerright" style="float: left; margin-left: 0%;
PADDING-BOTTOM: 0em; PADDING-RIGHT: 0em; WIDTH: 15%;
BACKGROUND-COLOR:#dbe9db">
<p align="center"><em>2da. conjugación</em></p>
<p align="center"><b>comer</b></p></div>
<div class="centerright2" style="WIDTH: 15% margin-left: 00%;
PADDING-BOTTOM: 0em; PADDING-RIGHT: 0em; WIDTH: 30%;
BACKGROUND-COLOR:#dbe9db">
<p align="center"><em>3ra. conjugación</em></p>
<p align="center"><b>vivir</b>
</p>

</div>

--------------------

Why don't you just use a table? This is typical tabular stuff, so I would
use a table instead of divs.
--

Bonnie Granat
http://www.granatedit.com

Jul 20 '05 #6
Irma,

Your divs were messed up because your text was OUTSIDE the div tags.
I looked at the Numeros page and it works because it's a table.

--

Bonnie Granat
http://www.granatedit.com

Jul 20 '05 #7
Hi Bonnie,

Thanks for your remark in my divs. I think I got them right now.


Why don't you just use a table? This is typical tabular stuff, so I would
use a table instead of divs.


Your are totally right, this is a tabular stuff. The thing is that I
thought divs worked for everything, but now I think that for certain things
tables are very useful as well.

Thanks again for your post and have a nice day.

Irma.

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Racer-D | last post by:
When some of the SQL Server stored procedures I have written are called via my Classic ASP page I have written I get the following error in the cell that is supposed to be retrieving a single...
1
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for...
6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
3
by: ashutosh | last post by:
I am working for a company and working for printer drivers. Most of the work is in ddk, VC++ and C++, gdi calls. I have studied C++ and ddk and VC++ is new for me. Can anybody suggest me some good...
11
by: shapper | last post by:
Hello, I am creating a centered web site with various div's inside the main (pBase) div. Somehow, I am getting a gap on the top of my browser window both in IE and Firefox. I tried...
5
by: thatsMaBoy | last post by:
Hi, I am attempting to display a simple Javascript alert when a webpage loads. It works on some pages but not on others. For example, the following code does not produce an alert: Code in...
10
by: sara | last post by:
Hi - I have a report that is 14 columnar sub-reports (Line up: Position- holders in each of our 14 locations - Manager, Assistant Manager, Receiving, Office, etc). I output directly to PDF...
4
by: Michael | last post by:
I have a repeater web control. Currently I want to change some row's color based on defined condition. Is there any code sample demonstrating how to accomplish it? Thanks.
4
by: muddasirmunir | last post by:
Well i want to make a simple website , for which i need some suggestion from you people. I have good idea about front page to make website but the tool not looking great so please suggest me some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.