2,255 Posted Topics
Re: The ones I worry about are the ones who expect government to do everything for them. | |
Re: This is the silly forum, not the help form, so we hid all the asps. | |
Re: The real money worshipers are Congressmen, who keep stealing more of our money for their nefarious purposes. That's why nobody has enough left to give to the church. | |
Re: There are some viruses that report "problems with the hard drive." Then you click on the link provided, and give the virus permission to do things it otherwise can't do. | |
Re: Note that the z-index is not yet well implemented in all browsers. Try using the image as the background image instead. | |
Re: What are you doing with the comment tags???? The use of [icode] <!-- --> [/icode] tags to hide code from the browser is very iffy now. The standard has changed, and browsers are changing to match, one at a time. Any trick that works now will be very short-lived, as … | |
Re: This is a setting on most browsers, although some don't print the background at all. On Firefox, the setting is in the Page Setup dialog box. In addition, the printer and the printer driver mist be capable of doing this. | |
Re: There is no way provided in html or xhtml to position something at the bottom of the screen. And there is no way to make a full screen display that works on all screens and browsers. The Internet does not work that way. It has no idea of what a … | |
Re: One thought is that some people are not closing files properly. | |
Re: Here are mine: Watermarks in the reply box. Put that message OUTSIDE the box. It is maddening to the mildly dyslexic, because it makes the text impossible to read once it is typed. The reply box clearing when I navigate away to get something to paste in there. The insertion … | |
Re: Sorry about the flowers and shrubs, honey. GPS is accurate to only 6 feet. | |
Re: There is a setting that replaces the current page, rather than opening a new page. Try opening two browser windows. | |
Re: [QUOTE=Ezzaral;667516]No one said the rules were fair, but putting down the toilet seat is a small price for peace :P[/QUOTE] Then why is it that my mother complains if I leave the lid up, but the seat down, and my girlfriend complains if I leave the both the seat and … | |
Re: Just put them all in the same file, and click the one you want. | |
Re: You have to copy the images onto the server. The Internet can't see what is on your PC. | |
Re: Possibilities: - The page you are viewing is in cache, and no longer exists at the original site. Clear your cache. - You are out of hard disk space. - The reserved internet cache space is too small for the file you are trying to download. | |
Re: Office 2007 files do not open on Office 2003. MS changed the file format. | |
Re: Installing Windows should not affect your other files, unless they reside in an area Windows needs for its contiguous files. Also, he might not be the one who installed a pirate copy of Windows. An unscrupulous dealer may have done it. | |
Re: Nobody knows what color they were in the first place. Look at photos of reptiles. | |
Re: I have sets of styles I use. - A basic set that includes styles for centering text, images, and objects. - A palette of colors for backgrounds. - Styles for div columns. - Table styles. I start with the basic styles, and add others as I need them. I build … | |
Re: This is most likely one of these: - The browser doesn't have the right player. - The file is too big for the cache or the ISP. - The ISP is blocking certain file types. - You have a case error in the filename. - It is taking too long … | |
Re: This is a fundamental HTML error. The div tag cannot have the table tag or the tr tag as its parent. It must be either outside the table, or inside a td tag. And the only legal parent of a td tag is a tr tag. Also, note that some … | |
Re: This problem is really two common ones: - You can't control where the browser leaves the viewport after you change the visible page contents. The web was not designed for pages that change size after they are rendered. The location of the viewport after such an operation is defined by … | |
Re: For which sized screen and which browser? That window is not always the same size. And the page designer can't know the size of that window when designing the page. The height of the screen is irrelevant to web browser rendering. You cannot define things to be a certain percentage … | |
Re: Option 3: Make an animated image. The image doesn't rotate. The contents do. | |
I can't install any Windows XP upgrades, including Service Pack 3, after the following sequence of events: 1. I used SpyBot to check for spyware. It found 8 objects and removed them. 2. The next time I turned on my computer, it immediately logged off my user name each time … | |
| |
Re: The 3D effect of the picture itself is done by the photographer at the time the picture is taken. This is a lighting technique I have used in photography. The keylight is placed in front, above and to one side of the subject (in this photo, it is to the … | |
Re: Several possibilities: - Is your count including the subfolders, or just the files actually in the folder you are looking at? Use the properties selection of a right click on a folder to see the subfolder inclusions added in too. Otherwise, you have to add up the subfolder sizes, and … | |
Re: Several thoughts: - The word "null" is a JS keyword. You can't use it for a variable, object, function, or id name. - You could be trying to use a variable initially set as a pointer after its value has been changed to a non-pointer. This is usually the result … | |
Re: Do you have to read all the posts you already read on a 5 page topic? | |
Re: I don't like having to wait to get the next search result, after looking at the first one. It's repeating the search when I use the BACK button. | |
Re: First of all, if you want it to be 100 percent wide, don't float it. Instead, you need a style: [code] .wfl {width: 100%;} [/code] To make an interior tag full width, all tags containing it must be 100% wide, all the way up to the body tag. Otherwise, it … | |
Re: The trouble is that people looking for a product in a work environment do NOT want music blaring up in the middle of their cube farm. This causes prariedogging, as neighboring workers pop up to see what caused the disturbance. | |
Re: There are several effects occurring here: - Pixel positioning and sizing are defined differently for different browsers and screen resolutions. - IE puts the surrounding styles (margin, border, padding) inside the measured size styles (height, width). Other browsers follow the W3C standard, placing them outside the size styles. This causes … | |
Re: The BIOS might be set to not boot from the CD. Check the setting. | |
Re: Is this a third party program? DR-DOS is an MS-DOS clone. It is itself an operating system. [code] [dr-dos] A:\> [/code] The above is a command prompt, like the [icode]C:\>[/icode] prompt in Windows cmd mode. It reminds me of my DOS 6.2 / Win 3.1 system. I have to type … | |
Re: It might also be that the files do not exist on the source disk, or that the destination disk is full. | |
Re: The problem is that those antivirus programs need to use the Internet to update their virus lists. As long as socialists intent on destroying free enterprise, foreign nations intent on spying, and teenagers with nothing better to do, can create malware, the virus definitions on your computer must be updated … | |
Re: This is proof that Microsoft made Windows too complicated. It's own install disk can't repair the installation. | |
Re: Did you delete the games? Or did something else happen? - You accidentally removed the games folder from the startup programs list. - You accidentally dragged the folder to another location. Use the Search function in My Computer to look for them. | |
Re: I suggest books on writing in XHTML and CSS. Don't get in the habit of leaning on the crutches of programs like Dreamweaver. Those help you make pages, but the troubleshooting is up to you. One book I find invaluable is the Wiley Press "HTML, XHTML, and CSS Bible." | |
Re: This is an ad. Move it to the ads section. | |
Re: Probably the easiest and most compatible way is to make a .gif image of the character you want. Then use: [code] .bul {list-style-image: url(broketbullet.gif);} [/code] Then, at the appropriate list: [code] <ul class="bul"> ... </ul> [/code] Note that if you have a sublist inside the list with the custom bullets, … | |
Re: There is no make command in Windows. Each operating system has its own set of keywords. And UNIX has the strangest set of keywords I ever encountered. From what I have been able to discern from Google, the make command is a programming tool that puts program parts together for … | |
Re: JavaScript can NOT collect user information, because it runs on the user's computer, not your server. | |
Re: I usually have to close My Computer and then open it again to see my flash drive. Or try View/Refresh. Windows Explorer, My Computer, My Documents, My Pictures, and Recycle Bin are all the same program. It just displays a different name and different attributes, depending on where it is … | |
Re: You need to calculate the aspect ratio from the original image sizes, not the sizes of the strechable container. | |
Re: What's wrong with a static list of links on the page? Does everyone absolutely need the latest bells and whistles? |
The End.