2,255 Posted Topics

Member Avatar for xeption12
Member Avatar for hudonkotel
0
119
Member Avatar for Lucrezia

Use the visibility property. There are three selections: visible, hidden, and collapse. Visibility is also a recognized style method.

Member Avatar for EricGeerts
0
2K
Member Avatar for NotThereAnymore

Those files with an underscore in the extension are unfinished files, which must be altered by the installer to be configured to your computer. They can't be just copied.

Member Avatar for Ethire
0
678
Member Avatar for MidiMagic

How do you make a style that affects the font attributes of [B]only[/B] the numbers in ordered lists (ol) without affecting the contents of the list items? No kludges please, and the solution must validate as XHTML 1.0 strict.

Member Avatar for JesusFreak83
0
2K
Member Avatar for mlfbell
Member Avatar for Nueva

This sounds like the hotmail ISP block problem. It happens like this: 1. Someone sends spoofed spam emails using your ISP as the return address. 2. A Hotmail user sick of the spam reports the email to Hotmail's automated spam reporting system. 3. Hotmail blocks access to your ISP as …

Member Avatar for jawad2000_pk
0
2K
Member Avatar for Niklas

You can't do it with just HTML and JavaScript, because they run on the user's computer. You need a script that runs on your website's server to achieve this.

Member Avatar for savs61
-1
4K
Member Avatar for kapil.goyal

Security rules require the user to confirm any upload that is not a web page component.

Member Avatar for sa.ahmadzade
0
368
Member Avatar for deepthianns

Even if you could do that, Firefox closes so quickly that nobody could read it. If somebody clicks the X, they want to close the program now. They don't want it to do any more. If IE can do it, it is because IE has a nonstandard extension to web …

Member Avatar for alleen
0
3K
Member Avatar for kingofpower

Games do not just happen. You have to code every action, and everything that happens. It is lots of hard work.

Member Avatar for EvolutionFallen
0
278
Member Avatar for stinger cms
Member Avatar for Sadun89
0
363
Member Avatar for ndeniche

I write every line myself. The code is tighter, and you know what every part of it does - no surprises.

Member Avatar for Ausopenxcell
0
503
Member Avatar for deadline

Open volume control. If the single slider shows, the advanced button opens the mixer panel. Then choose Options / Properties. The check boxes for the various devices are in there.

Member Avatar for unlicensed
0
1K
Member Avatar for MidiMagic

I teach a beginners class using Excel. During an examination, some of my students misread the instructions (provided by the department, not by me). These are the kinds of errors only a novice could make. This caused the following two errors to occur. - Instead of just putting data into …

Member Avatar for knutethegreat
0
2K
Member Avatar for bg_pradeep

There are several factors in downloading speed. 1. It the website itself is overloaded, you can't do anything to change that. The following factors apply: - The number of uses downloading from that website at any one time. - The speed of the connections that website has. This is especially …

Member Avatar for caperjack
0
464
Member Avatar for uthman4u2nv

The two are synonymous. Surfing the web IS downloading material. What you could block instead is INSTALLING anything. Check your firewall settings. Another way is to make sure that only a system administrator has an administrator account. Normal user accounts are usually prevented from installing anything. Once you have user …

Member Avatar for mehnihma
0
2K
Member Avatar for OlyComputers

Just make a page with two text links on it: View on mobile phone View on full size computer

Member Avatar for ifuschini
0
939
Member Avatar for mattyd

The problem with the non-table methods is that they fall apart when the browser window size is different than the size planned for. Instead of making page image scroll (as it should), the browser lets the structure created by divs fall apart. It was a good idea theoretically, but the …

Member Avatar for robbiegod316
0
271
Member Avatar for seowebtech

Anything inside a script is NOT searched by search engines. The original page before it is modified by scripts is the only thing the search engines look at.

Member Avatar for ThePirust99
0
126
Member Avatar for nice_true
Member Avatar for brechtjah

You are losing hover when the mouse moves away from the object. This is a job for javascript.

Member Avatar for ramesh.joshi
0
546
Member Avatar for Mr Gates
Member Avatar for venmalathy
1
416
Member Avatar for jmonit

It works just fine on my Firefox 2.0.0.3 browser. They are red. Check your browser to see if scripting is disabled.

Member Avatar for sacarias40
0
2K
Member Avatar for Egsal

[QUOTE=Egsal;69745]I'm working on a website for my friend and we're having some problems. We have set up a table to handle the main page, which has within the table a shoutbox, news posts, and links. The news bits within the table are (obviously) longer in terms of space used up …

Member Avatar for Pravinrasal
0
338
Member Avatar for infernodeep

If the script keeps running (e.g. if there is a loop we can't see, or another script), the display won't change. IE waits until the script ends to update the screen. Block and none are not valid display modes. Use visible and hidden.

Member Avatar for papiya
0
808
Member Avatar for Jen0608

I don't know if that is possible. Vector graphics contain descriptions of the objects in the picture, such as lines, rectangles, polygons, circles, etc. They have to be drawn by the artist. A photograph has no such information within it. Vector graphics make no sense for images taken with a …

Member Avatar for londomedhit
0
364
Member Avatar for bmckay

Most likely the website itself is having trouble. All kinds of things may have happened to them: - Their computer may have eaten the website AND the backup. - Their computer may now be a pile of burned out chips, due to a surge or a lightning stroke. - They …

Member Avatar for Patrick Ryan J.
0
1K
Member Avatar for Dani

[QUOTE=~s.o.s~;512415]Changing a system which works for 99% of the people out there doesn't make any sense.[/QUOTE] Tell that to Microsoft, the FCC, and the HDVD and Blu-Ray people.

Member Avatar for happygeek
0
1K
Member Avatar for Chins

I'd say that something zxnrbled the boot sector on your master drive. You need to change a BIOS setting: Boot CD, then C drive. Put the Windows install CD in and boot. It will then reinstall Windows and fix that. Warning: If it can't fix the boot sector, it may …

Member Avatar for benmar
0
754
Member Avatar for unlimited071
Member Avatar for knut

Look for volume control in the following place: start / settings / control panel / sound and audio devices / volume / advanced (top)

Member Avatar for hoathuongphuoc
0
2K
Member Avatar for cormee
Member Avatar for rpk5000

There is a way to do it, but it requires work on your part. Have them email you the comments, and then you edit them into an html file when you receive them.

Member Avatar for Vusumuzi
0
178
Member Avatar for suavedesign

1. Don't use absolute positioning. 2. All other browsers place the margin outside of the object (as seen by absolute and width). IE places it inside the object.

Member Avatar for Arkinder
0
108
Member Avatar for jbander

The problem is the Echo commenting system the paper uses. It's quite buggy. I have had this problem with every paper and TV station that uses it. It also reports a failure to post error, but then posts anyway - 3 times.

Member Avatar for Gloriahunt
0
116
Member Avatar for MidiMagic

I have relative links in a menu page of the form: [CODE]<li><a href="info.htm#part1">See Part 1 of the problem</a></li>[/CODE] In the target page, the anchor is made as follows: [CODE]<h1><a name="part1">Part 1 of the Problem</a></h1>[/CODE] Now, after upgrading to Firefox 4, I am getting a 405 error: URL /Part1.html not found. …

Member Avatar for MidiMagic
0
182
Member Avatar for veledrom

It can't be done reliably on all browsers, because webpages do not care about the size of the viewport, and browsers can't agree on a way to provide the size of the viewport. The Internet was not designed or intended to display pages that match the size of the current …

Member Avatar for MidiMagic
0
126
Member Avatar for ashishjannela

I don't think you can do that, because it is not your page. And I haven't found a way to find longitude and latitude on Google Maps. They don't display it. Terraserver displays longitude and latitude: [url]http://terraserver.microsoft.com[/url] Google Earth displays longitude and latitude, but it is not a website, in …

Member Avatar for Airshow
0
152
Member Avatar for princekool
Member Avatar for vmanes

I have had the following bumper stickers over the years: BUMPER STICKER Stop Honking. I'm Pedaling as fast as I can. (Two stickers, one cut in half, put on after the 55 speed limit:) NIX ON NIXON (Two stickers, one cut apart and reassembled:) BAYH BAH Are you closer to …

Member Avatar for Lardmeister
0
600
Member Avatar for welkam

If several attributes conflict, the browser throws away the height attribute first. The next questions is: 30 percent of WHAT? It's 30 percent of the height of the container of the tag with the height attribute. If the object is inside another container (such as a paragraph, or a table …

Member Avatar for johnsteve.bravo
0
154
Member Avatar for daviddoria

The [icode]<p> </p>[/icode] tag pairs enclose a paragraph. A single [icode]<p>[/icode] tag is not allowed to be used as a line break. The [icode]<p> </p>[/icode] tag pairs can not be directly inside [icode]<ul> </ul>[/icode] tag pairs. Only [icode]<li> </li>[/icode] tag pairs are allowed to be directly inside the ul or …

Member Avatar for johnsteve.bravo
0
614
Member Avatar for Dani

[inlinecode]align= [/inlinecode] is deprecated. And the W3C clowns gave us no good way to center images in nondeprecated ways. They are thinking book and newspaper layout, where images are never centered. So I do this: [code] <style type="text/css"> .cenx {text-align: center;} .ceni {clear: both;} .bxfix {margin: none; border: none; padding: …

Member Avatar for johnsteve.bravo
0
651
Member Avatar for Catweazle

The biggest problem is that too many sites design their pages to require IE. - Requiring AxctiveX - Using nonstandard proprietary IE features - Designing to the IE violations of W3C.

Member Avatar for Rik_
4
2K
Member Avatar for goldeagle2005

NOT SECURE Google will find iut and put it on its search engione. Than anyone can find it and log in to the services on the page without knowing the user name or password.

Member Avatar for schofield
0
2K
Member Avatar for Violet_82

IE applies the width setting outside the margins, borders, and padding. The W3C standard, Firefox, and others apply the width setting inside them.

Member Avatar for Violet_82
0
2K
Member Avatar for itdupuis

We have LanSchool, which lets the teacher's station set the student stations to allow or disallow using web browsers at the teacher's command.

Member Avatar for royng
0
115
Member Avatar for Tracie-marie

It may be IE that is causing the trouble. Try designing it for chrome, and then adjusting to make it work for IE. One big difference: IE puts the width and height attribute outside any margins, borders, and padding. The W3C standard and other browsers puts the width and height …

Member Avatar for teedoff
0
152
Member Avatar for felix001

You didn't tell us what it is doing wrong. You need to put classes in the table and in the cells. Use lowercase for your classes. Use the CSS: [code] .x1 {width: 85%; border: 0.1em solid black collapse;} .y1 {border: 0.1em solid black;} .z1 {border: 0.1em solid black; width: 20%;} …

Member Avatar for shaya4207
0
125
Member Avatar for MidiMagic

Normally, when I put a photo on a website, the photo stays the same aspect ratio on both widescreen and normal monitors. But I have one web page where I need to resize the photos to all be the same width. I used the CSS width attribute, with an inch …

Member Avatar for Arkinder
0
121

The End.