473,722 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS Drop Down Menu in IE7

Hi,

As I do not have IE7 on my computer, I was wondering if there is a
fault in my CSS Menu when using IE7.

Please can someone look at my site - http://www.worldofmonopoly.co.uk
and tell me if it works, and if it does not, tell me why it does not
work.

Thanks.

TycoonUK

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

Menu CSS File
..menu {
width: 956px;
font-size: 0.9em;
}

/* remove all the bullets, borders and padding from the default list
styling */

..menu ul {
padding: 0;
margin: 0;
list-style-type: none;
}

..menu ul ul {
width: 154px; /* */
}

/* float the list to make it horizontal and a relative positon so that
you can control the dropdown menu positon */

..menu li {
float: left;
width: 159px;
position: relative;
}

/* style the links for the top level */

..menu a,
..menu a:visited {
display: block;
font-size: 0.85em;
text-decoration: none;
color: #000000;
width: 154px;
height: 25px;
border: 1px solid #000000;
border-width: 1px;
background: #dddddd;
padding: 2px;
padding-left: 2px;
line-height: 29px;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a,
* html .menu a:visited {
width: 159px;
w\idth: 159px;
}

/* style the second level background */

..menu ul ul a.drop,
..menu ul ul a.drop:visited {
background: #dddddd;
}

/* style the second level hover */

..menu ul ul a.drop:hover {
background: #006699;
}

..meny ul ul :hover a.drop, {
background: #006699;
}

/* style the third level background */

..menu ul ul ul a,
..menu ul ul ul a:visited {
background: #dddddd;
}

/* style the third level hover */

..menu ul ul ul a:hover {
background: #006699;
}

..menu ul ul ul :hover a {
background: #006699;
}

/* hide the sub levels and give them a positon absolute so that they
take up no room */

..menu ul ul {
visibility: hidden;
position: absolute;
height: 0px;
top: 31px;
left: 0px;
width: 154px; /* */
}

/* another hack for IE5.5 */

* html .menu ul ul {
top: 33px;
t\op: 34px;
}

/* position the third level flyout menu */

..menu ul ul ul {
left: 159px; /* */
top: 0;
width: 154px; /* */
}

/* style the table so that it takes no part in the layout - required
for IE to work */

..menu table {
position: absolute; top:0; left:0;
}

/* style the second level links */

..menu ul ul a,
..menu ul ul a:visited {
background: #ffffff;
color: #000000;
height: auto;
line-height: 1em;
padding-left: 2px;
padding-top: 2px;
width: 154px /* */
}

/* yet another hack for IE5.5 */
* html .menu ul ul a,
..menu ul ul a:visited {
width: 159px; /* */
w\idth: 154px; /* */
}
/* style the top level hover */
..menu a:hover,
..menu ul ul a:hover {
color: #000000;
background: #006699;
}

..menu :hover a,
..menu ul ul :hover a {
color: #000000;
background: #006699;
}

/* make the second level visible when hover on first level list OR
link */

..menu ul li:hover ul,
..menu ul a:hover ul{
visibility:visi ble;
}

/* keep the third level hidden when you hover on first level list OR
link */

..menu ul :hover ul ul{
visibility:hidd en;
}

/* keep the fourth level hidden when you hover on second level list OR
link */
..menu ul :hover ul :hover ul ul{
visibility:hidd en;
}

/* make the third level visible when you hover over second level list
OR link */

..menu ul :hover ul :hover ul{
visibility:visi ble;
}

/* make the fourth level visible when you hover over third level list
OR link */

..menu ul :hover ul :hover ul :hover ul {
visibility:visi ble;
}
--------------------------

Menu HTML File

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

<!-- Menu Start -->
<div class="menu">

<ul>

<!-- Menu UK -->

<li><a href="#">United Kingdom<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a class="drop" href="#">Origin al Board<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">The Properties</a></li>
<li><a href="#">The Different
Styles</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#" target="_self"> 70th Anniversary</a></li>
<li><a href="#">Bristo l</a></li>
<li><a href="#">Cambri dge</a></li>
<li><a class="drop" href="#">Nottin gham<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">2001</a></li>
<li><a href="#">2003</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Northe rn Ireland</a></li>
<li><a href="#">Scotla nd</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Menu USA -->

<li><a href="#">United States<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a class="drop" href="#">Origin al Board<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">The Properties</a></li>
<li><a href="#">The Different Styles</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Boston </a></li>
<li><a href="#">New York</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Europe -->

<li><a href="#">Europe <!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a class="drop" href="#">France </a><!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a class="drop" href="#">French Board<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">1936</a></li>
<li><a href="#">2003</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Lille</a></li>
<li><a href="#">Toulou sse</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">German y<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a class="drop" href="#">German Board<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">1936</a></li>
<li><a href="#">2003</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Hambur g</a></li>
<li><a href="#">Munich </a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Spain</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Rest of the World -->

<li><a href="#">World< !--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a href="#">Argent ina</a></li>
<li><a class="drop" href="#">Austra lia<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a class="drop" href="#">Austra lian Board<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">1936</a></li>
<li><a href="#">2003</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Region als/Specials</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">China</a></li>
<li><a href="#">Japan</a></li>
<li><a class="drop" href="#">New Zealand<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a
href="/world/newzealand/original/index.php">Orig inal Board</a></li>
<li><a href="#">Starsh ip 2001</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Russia </a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Other Editions -->

<li><a href="#">Other Editions<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a class="drop" href="#">Cartoo ns<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">Looney Tunes</a></li>
<li><a class="drop" href="#">Pokemo n<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">1999</a></li>
<li><a href="#">2000</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Powerp uff Girls</a></li>
<li><a href="#">Sponge Bob Squarepants</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">Disney <!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">Mickey Mouse 75th -
2004</a></li>
<li><a href="#">Origin al - 2001</a></li>
<li><a href="#">Pixar - 2005</a></li>
<li><a href="#">Pop-Up Castle - 2005</a></li>
<li><a href="#">Theme Park - 2002</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">Film / Television<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a class="drop" href="#">Batman
Franchise<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">Batman and
Robin</a></li>
<li><a href="#">Batman </a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Lord Of The Rings</a></li>
<li><a href="#">Star Trek</a></li>
<li><a href="#">Star Wars</a></li>
<li><a href="#">Spider man</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">Sports <!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a class="drop" href="#">Americ an
Football<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">New England
Patriots</a></li>
<li><a href="#">Tampa Bay
Buccanneers</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">Footba ll
(Soccer)<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">Arsena l</a></li>
<li><a href="#">Chelse a</a></li>
<li><a href="#">FIFA World Cup
France 98</a></li>
<li><a
href="/other/sport/football/germany06/index.php">FIFA World Cup
Germany 2006</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="#">Major League
Baseball (mlb)<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->
<ul>
<li><a href="#">Boston Red Sox</a></li>
<li><a href="#">Florid a Marlins</a></li>
<li><a href="#">New York
Yankees</a></li>
<li><a href="#">Tampa Bay Devil
Rays</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Fishin g</a></li>
<li><a href="#">Nation al Hockey League
(NHL)</a></li>
<li><a href="#">Snowbo arding</a></li>
</ul>
<!--[if lte IE
6]></td></tr></table></a><![endif]-->
</li>

<li><a href="#">Other Licensed</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Menu Extras and Information-->

<li><a href="#">Extras and Information<!--[if IE
7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td ><![endif]-->

<ul<!-- drop down menu items -->
<li><a href="/index.php" target="_self"> Home</a></li>
<li><a href="#">RSS Feed</a></li>
<li><a
href="http://www.worldofmono poly.co.uk/blog/blogger.html"
target="_blank" >Blog</a></li>
<li><a
href="http://www.worldofmono poly.co.uk/store/index.php"
target="_self"> Monopoly Shop</a></li>
<li><a href="/history/index.php"
target="_self"> Monopoly History</a></li>
<li><a href="/board/index.php"
target="_self"> Monopoly Board</a></li>
<li><a href="#" target="_self"> FAQ</a></li>
<li><a href="/new/index.php" target="_self"> New
Releases</a></li>
<li><a href="/sitemap/index.php" target="_self"> Site
Map</a></li>
<li><a href="/extras/index.php" target="_self"> Mailing
List / Guestmap</a></li>
<li><a href="/links/index.php"
target="_self"> Links</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>

<!-- Menu End -->

<!-- Changeable Content Start -->
Apr 6 '07 #1
4 9294
Scripsit TycoonUK:

As I do not have IE7 on my computer, I was wondering if there is a
fault in my CSS Menu when using IE7.
Yes, there is. It is pointlessly complicated, and you are using browser
sniffing for specific browsers even without testing it on those browsers.
You are also setting dimensions in pixels, thereby potentially invoking a
mess when font sizes exceed your expectations. And you are setting grossly
overwide widths like 956 pixels.

Even if it "worked" for some values of "work", that would be by accident
only. Starting afresh is _much_ easier than trying to fix the sallad.

P.S. Posting a large bulk of code is a no-no in civilized Usenet groups like
this.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Apr 7 '07 #2
On 7 Apr, 08:17, "Jukka K. Korpela" <jkorp...@cs.tu t.fiwrote:
Scripsit TycoonUK:
As I do not have IE7 on my computer, I was wondering if there is a
fault in my CSS Menu when using IE7.

Yes, there is. It is pointlessly complicated, and you are using browser
sniffing for specific browsers even without testing it on those browsers.
You are also setting dimensions in pixels, thereby potentially invoking a
mess when font sizes exceed your expectations. And you are setting grossly
overwide widths like 956 pixels.

Even if it "worked" for some values of "work", that would be by accident
only. Starting afresh is _much_ easier than trying to fix the sallad.

P.S. Posting a large bulk of code is a no-no in civilized Usenet groups like
this.

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
HI

It is difficult to read a code with so many conditional comments, but
it looks like you are ending the a-element two times in ie - every
time. You should put hoover on the li-element not the a-element. In
ie6 and below you use a small javascript to change the class on the
mouseover event. Check out http://www.alistapart.com/articles/dropdowns/.
The code used on "A List Apart" is also a bit easier to read :-)

I belive you can remove many ie hacks for ie7. There is a problem I
believe with z-index (still) and background position. A Google search
should sort that one out.

Tor

Apr 7 '07 #3
On Sat, 7 Apr 2007 09:17:13 +0300, "Jukka K. Korpela"
<jk******@cs.tu t.fiwrote:
>Scripsit TycoonUK:

>As I do not have IE7 on my computer, I was wondering if there is a
fault in my CSS Menu when using IE7.

Yes, there is. It is pointlessly complicated, and you are using browser
sniffing for specific browsers even without testing it on those browsers.
You are also setting dimensions in pixels, thereby potentially invoking a
mess when font sizes exceed your expectations. And you are setting grossly
overwide widths like 956 pixels.

Even if it "worked" for some values of "work", that would be by accident
only. Starting afresh is _much_ easier than trying to fix the sallad.

P.S. Posting a large bulk of code is a no-no in civilized Usenet groups like
this.
Hi,

Thanks for your comments.
I have IE6 installed, but my wifes have IE7 on, but I have had trouble
with it, that is why I asked.

Also, I did a poll on my previous version on the site, and over 90% of
the replies (I had over 150 replies) said that as it was a specialist
site, it would be better at a 1024 width. Therefore I set it at 956
so, that if people had to scroll vertically, they would not have to
scroll horizontally.

TycoonUK
Apr 7 '07 #4
On 7 Apr, 23:22, TycoonUK <tycoo...@hotma ilnospam.comwro te:
On Sat, 7 Apr 2007 09:17:13 +0300, "Jukka K. Korpela"

<jkorp...@cs.tu t.fiwrote:
Scripsit TycoonUK:
As I do not have IE7 on my computer, I was wondering if there is a
fault in my CSS Menu when using IE7.
Yes, there is. It is pointlessly complicated, and you are using browser
sniffing for specific browsers even without testing it on those browsers.
You are also setting dimensions in pixels, thereby potentially invoking a
mess when font sizes exceed your expectations. And you are setting grossly
overwide widths like 956 pixels.
Even if it "worked" for some values of "work", that would be by accident
only. Starting afresh is _much_ easier than trying to fix the sallad.
P.S. Posting a large bulk of code is a no-no in civilized Usenet groups like
this.

Hi,

Thanks for your comments.
I have IE6 installed, but my wifes have IE7 on, but I have had trouble
with it, that is why I asked.

Also, I did a poll on my previous version on the site, and over 90% of
the replies (I had over 150 replies) said that as it was a specialist
site, it would be better at a 1024 width. Therefore I set it at 956
so, that if people had to scroll vertically, they would not have to
scroll horizontally.

TycoonUK- Skjul sitert tekst -

- Vis sitert tekst -
Hi

The answer is "no" - the drop downs did not work in ie7. I believe
you should check out the article I pointed out to you. The point of
drop downs is to put "hover" on li-elements, not a-elements. When you
put the code inside the a-element, everything inside becomes a link.
Not what you want.

Tor

Apr 7 '07 #5

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

Similar topics

3
2963
by: KK | last post by:
Drop-down menus are the hottest thing since Wonder Bread but . . . 1. Alot of people put them in the they-look-nice-but-you-cant-code-them-right-so-they-always-look-messed-up category (a la "frames"). Do you think this is true> 2. Some people think they take up too much KB. 3. Some people are worried that people who have javascript turned off wont be able to see them. What percent of web users have javascrips turned off? I thought it was...
10
3480
by: Haines Brown | last post by:
I've implemented the horizontal drop down menu discussed recently in this newsgroup, and it works nicely under Galeon and Mozilla, but not IE 5.0. Here are the problems: Under IE 5.0, the there is no drop down menu functionality at all. I wanted to implement an alternative stylesheet for IE, but my link to it is apparently broken. What is wrong with my link? I'd
0
16167
by: vikram.cvk | last post by:
Hello Experts, Im trying to design a CSS vertical drop down menu which should have the following functionality. Home About Us | -->Overview
2
2580
by: hemanth.singamsetty | last post by:
Hello there, I've a drop down menu (created using CSS & Javascript -- see code below). My problem is, whenever I click a link on the menu the new page replaces the current page (and the menu disappears). Is there a way, I can keep the menu always on top. ( A good example of what I'm looking for is similar to the menu bar in http://www.milonic.com/ ).
4
2666
by: simon.cigoj | last post by:
I have an javascript made menu and some forms with the dropdown element. When the menu opens and scrolls down the drop down is displeyed over the menu and obscures the menu choices. I have this problem only in IE, in firefox it works ok. Is there a solution to this problem? I tried to hide the drop down when the menu opens but sometimes the menu covers only a small part of the drop down, but enough to obscure the menu choice. I would...
1
2858
by: phpnewb | last post by:
Hi, I know i'm doing it wrong, but I'm using a while loop right now to create several instances of a drop down menu. It gives me undesirable results. Can you tell me the right way to do it. Below are a bit of information on what i did if you want t read it. When I choose select an option in the drop down menu and hit submit, I increase a counter, and a 2nd loop generates a second drop down menu with the same options. This is exactly what...
3
4465
by: rsteph | last post by:
I have a javascript drop down menu that I borrowed from a website. It utilizes a little .css to help with formatting. The menu works great, and on all 3 of the browsers I'm concerned about; but I am having one problem. The menu, as designed, is a 1-tier menu (or is it 2-tier). It has the horizontal menu bar, along with the drop downs... but the drop downs aren't designed to propogate another menu (3rd teir). I was wondering if, but looking at...
1
2408
by: Kaland | last post by:
Do the search engines follow links that are within forms (like the drop-down menu) so that those pages are indexed? Here is the code for a sample drop-down menu that I created. <form><select name="menu" style="font-family:'Calligrapher';color:#993333;background-color:#FFFFFF;font-size:10pt;"><option value="http://www.localwebsolutions.com/local-business-marketing-online.html">Marketing Online</option><option...
22
3462
by: Archanak | last post by:
Hi, I am using 2-level CSS Drop Down Menu in my perl/CGI program. here is the code. #!c:/perl/bin/perl.exe use CGI qw(:standard);
0
9386
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
9239
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
9090
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8059
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...
0
5996
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4764
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3208
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
2606
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2148
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.