473,663 Members | 2,838 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Any body give me solution

I am using iframes.In each iframes I am using a html file(For
ex:header.html, footer.html..et c).
In that one of my html (Leftmenu.html) having a menu in tat each
menuitem having its indivual submenu on mouseover.

But the problem now is i am using iframes to fit all these (header and
footer..etc)in main.html.
To have tat sliding menu in (which is in leftmenu.html)i n my main.html
i have to leave some extra spaces for the submenu.

I need a css solution to place my sliding submenus in main.jsp without
leaving a extra space,tat is the sliding submenu should come over the
<centerpage.htm l frame.

my main.html is like below..

header.html

leftmenu.html centerpage.html rightmenu.html

footer.html
Thanks
Anand
is it possible?

Jun 27 '08 #1
3 1028
SAM
boss a écrit :
I am using iframes.In each iframes I am using a html file(For
ex:header.html, footer.html..et c).
In that one of my html (Leftmenu.html) having a menu in tat each
menuitem having its indivual submenu on mouseover.

But the problem now is i am using iframes to fit all these (header and
footer..etc)in main.html.
To have tat sliding menu in (which is in leftmenu.html)i n my main.html
i have to leave some extra spaces for the submenu.

I need a css solution to place my sliding submenus in main.jsp without
leaving a extra space,tat is the sliding submenu should come over the
<centerpage.htm l frame.

my main.html is like below..

header.html

leftmenu.html centerpage.html rightmenu.html

footer.html


I do not understand :
- 1) that you use iframes like frames (frameset framed page ...)
- 2) why you doesn't include directly your menus, header, footer
eventualy keeping your 'central' iframe.

Your sub-menus can't be deployed between menu items ?
(instead of to be thrown away by side)
--
sm
Jun 27 '08 #2
On 23 Jun, 21:56, SAM <stephanemoriau x.NoAd...@wanad oo.fr.invalid>
wrote:
boss a écrit :
I am using iframes.In each iframes I am using a html file(For
ex:header.html, footer.html..et c).
In that one of my html (Leftmenu.html) having a menu in tat each
menuitem having its indivual submenu on mouseover.
But the problem now is i am using iframes to fit all these (header and
footer..etc)in main.html.
To have tat sliding menu in (which is in leftmenu.html)i n my main.html
i have to leave some extra spaces for the submenu.
I need a css solution to place my sliding submenus in main.jsp without
leaving a extra space,tat is the sliding submenu should come over the
<centerpage.htm l frame.
my main.html is like below..
header.html
leftmenu.html centerpage.html rightmenu.html
footer.html

I do not understand :
- 1) that you use iframes like frames (frameset framed page ...)
- 2) why you doesn't include directly your menus, header, footer
eventualy keeping your 'central' iframe.

Your sub-menus can't be deployed between menu items ?
(instead of to be thrown away by side)

--
sm
Thanks sam,
I am going to include menus, header, footer directly and
eventualy keeping the'central' as iframe.Thats a great idea.

Thanks
Anand
Jun 27 '08 #3
boss wrote:
I am going to include menus, header, footer directly and
eventualy keeping the'central' as iframe.Thats a great idea.
It's not. Try to print out the resulting Web site to begin with.

You should learn about CSS, server-side scripting, and (optionally) XHR instead.

BTW, your quoting sucks. --<http://www.jibbering.c om/faq/#FAQ2_3>
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
Jun 27 '08 #4

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

Similar topics

6
2712
by: Terry | last post by:
I'm real new at this, so this may be a basic question, but I want to get off on the right foot. I thought it would be reasonable to use the following on a page: body { margin: 3em; background-color: #666; border: red medium double; padding: 3em;
6
3463
by: mike | last post by:
I have created a side application in VB.NET which reads rows from a DB and builds an email message. when i have a long string the the mailmessage.body or the mailmessage, it puts in an "!<linefeed><space>" at about every 980th space. I have confirmed that these characters are not in the string or the message body before the email is sent. Has anyone seen this or have any thoughts? Thanks
0
2164
by: Tony Johansson | last post by:
Hello! Here I have two classes these are called Handle and Body and a main. You have the class definition below. Some basic information. In the Handle class is there a pointer to the Body. Each Body object contains one primitive datatype int. The Body instance is created in the constructor for Handle. In main I instansiate some Handle object and use the STL function push_front to push these object into the list.
10
4312
by: bbcrock | last post by:
does anyone have sample code to display a pop up when a user leaves the site? I really don't want to use this technique, but the clients demand it. I'm thinking something like un body onunload, catch the URL they're linking to and parse it for our own site's url and only display the pop up if they're different. anyone have a sample of that code? anyone know if it's a lousy technique? I'm open to suggestions.
8
4846
by: localhost | last post by:
I would like to wrap all of the HTML inside of my <body> tag inside a <div> with in my code-behind. I do not want to touch the .aspx page template at all. I know how to make the body tag runat=server and give it an id so I can find it from the code-behind, but after that I want to add the <div>. One problem I see is that I just add the <div> to the <body>, all of the other controls (including the aspx <form>) will not be inside it. What...
5
1608
by: SteveS | last post by:
Hello, I'm having trouble figuring out how to dynamically add an onload and resize event to the <body> tag. I've looked on the web and in MS documentation unsuccessfuly. Does anyone know the code to do this? The end result would be something like this: <body onload="MyFunction()" resize="ResizeFunction()"> Your help is greately appreciated!!!
16
7024
by: anya | last post by:
Hey, I have a certain problem and till now I didnt find an answer on the web. I want to send an email message with picture in it. I dont want to put it as attachment but make it in the body of the mail, so every one who open the email will see the picture.. (it is possible that the solution will be in any other format that will be opened i.e pdf, doc and I will put this in the body )
0
2651
by: bluegrasslover | last post by:
I've gotten a couple of emails about this problem lately so I'm going to post the solution that someone emailed me a while back. When you create a master page visual studio automatically adds a <-- doctype ... statement near the top of the master page. Somehow this forces some w3c standard where scrolltop isn't supported. I removed the doctype declaration from my masterpage and everything works fine. Actually I changed the dtd type to...
19
3978
by: david.karr | last post by:
If in my CSS I set the "background-color" property on the "body" element, it only covers the background of the elements defined in the body, up to the current width and height of the page. However, if the current component set has a resulting small height, this leaves most of the page with the original background color (white). However, if I set the property on the "html" element instead, it does color the entire visible page, beyond the...
2
3572
by: swathi amireddy | last post by:
Hi Experts, //BodyID Defined as in other page where method ControlWebPage(HtmlGenericControl BodyID) in OnInit method protected System.Web.UI.HtmlControls.HtmlGenericControl BodyID; private static void ControlWebPage(HtmlGenericControl BodyID) { //Disable Right Click
0
8345
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8858
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8771
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7371
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4182
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4349
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.