2,255 Posted Topics

Member Avatar for minimogul

Not all browsers do rounded corners. The ones that don't have different spacings. The absolute positioning can cause objects to overlap at some screen resolutions. This can hide some of the borders under other objects. IE puts the width and height styles outside any margins, borders, and padding. The W3C …

Member Avatar for minimogul
0
182
Member Avatar for pjh1985

Two possibilities: 1. Missing or wrong separator in the data list used by the script. 2. The missing div is hiding under another div.

Member Avatar for MidiMagic
0
105
Member Avatar for BelgianQueen

Use a general style sheet, plus a style list for each page. Put the url in the page's own style list.

Member Avatar for MidiMagic
0
148
Member Avatar for daviddoria
Member Avatar for edoscope

The page can not know the height of the viewport, if that is what you want. There is no way to find this out that works on all browsers. The 100% refers to the height of the content, not the height of the screen.

Member Avatar for MidiMagic
0
151
Member Avatar for robert27

You formatted the hard disk, and then wonder why it won't boot? Formatting erases the entire disk. You erased the operating system from the hard disk. It can't boot because there is nothing on the disk to boot from. You have a totally empty computer. It's just like it was …

Member Avatar for iyana_25
0
354
Member Avatar for macki

If you created the DVD yourself, with your own camera work or software generation, you OWN the copyright. It is never illegal to copy your own work into a jpeg file.

Member Avatar for dilpasand
0
204
Member Avatar for daabomb2002

Why do you want to do this? It sounds very selfish to me. You are not going to hide any of the other files on your site that way. There are programs which can read your web directory. The whole purpose of the web is openness. Don't try to defeat …

Member Avatar for Arkinder
1
406
Member Avatar for sreein1986

Float tells the browser whether to make the text flow to the left or the right of an object.

Member Avatar for Arkinder
0
111
Member Avatar for Fungus1487

Try holding a compact fluorescent light bulb over your head. :icon_idea: Ideas actually require the use of the brain.

Member Avatar for logoonlinepros
0
187
Member Avatar for christina>you

The last thing I want in a government is efficiency. What we need are limitations on what government is allowed to do: Government must be absolutely be prohibited from doing any of the following: - Spending ANY tax money on sports, the arts, entertainment, recreation, parks, land banks, monuments, museums, …

Member Avatar for Future_Dictator
0
1K
Member Avatar for BalagurunathanS

The "Back" button belongs to the user, not to you. You have no right to disable it, since it might be the only way the user has to return to the page he came from to get to your page. I have seen people use such tricks as removing the …

Member Avatar for @developer
0
1K
Member Avatar for cashblogs

I agree. This sounds like a security setting. And I would keep it as it is. Software which logs you in when your toddler plays with the mouse I don't want. I want to be prompted for username and password each time I log in to a server.

Member Avatar for Brian Stephens
0
256
Member Avatar for Saion

You opened the "height" can of worms, and now the only way to recan them is to get a bigger can. First of all, whether the getElementById gets the correct value depends on how that value got there. - The value is available if it got there through rendering of …

Member Avatar for fobos
0
2K
Member Avatar for StandardsDT

There is a fundamental difference between IE behavior, and the behavior of FF and the W3C standard, when handling surrounding styles (margins, borders, and padding) for box objects of defined size. Netscape, Firefox, and other Mozilla browsers put these styles on the outside of the defined size of a box …

Member Avatar for Ritesh_4
0
147
Member Avatar for Xlphos

It's the fact that a playing movie usually expects to be on top, combined with the fact that the dropdown does not render until it activates. We need some limits on what ads can do: - They must not use up all of the CPU time.* - They must not …

Member Avatar for Biker920
0
217
Member Avatar for sidereal
Member Avatar for venkythaniks
0
189
Member Avatar for xmassey
Member Avatar for xzhang

This looks like a homework assignment. Nobody but a college professor would use LISP. We don't do your homework for you. But I can get you thinking. LISP is a prefix language, so it is obvious that the binary tree structure you have is also prefix. A quick look confirms …

Member Avatar for raymondmak104
0
695
Member Avatar for ayk-retail
Member Avatar for srs008
0
266
Member Avatar for eihd
Member Avatar for ChrisLala

Hand coding your HTML (instead of using a wysiwyg program) is definitely an art.

Member Avatar for ebay1989
1
535
Member Avatar for Hernandez

That might depend on who your ISP is. I get a free Geocities website with my AT&T service. Finding the "best" web provider is like choosing a car. Everyone has a different idea of what "best" is.

Member Avatar for webenthusiast
0
329
Member Avatar for symmet

It's a security violation. Firefox has a setting to keep pages from redirecting to harmful sites.

Member Avatar for johnywhy
0
131
Member Avatar for Reliable
Member Avatar for falqueene

Check the following: - Is your firewall or router blocking it? - Is your ISP blocking it because of spam? - Is the site larger than your internet cache space? - If you are at work, has your employer blocked it?

Member Avatar for soccrosse5
1
196
Member Avatar for jindalarpan

Copy protection should be banned. It causes too much trouble when people have legal copies.

Member Avatar for mygideonchua
1
210
Member Avatar for zandiago

I am sort of in the middle on this one: - The concept of "intellectual property" didn't even exist in law until France created it in the 18th century to "protect artists and authors". So it is not a natural right like the right to life is. - I do …

Member Avatar for jon.kiparsky
2
982
Member Avatar for Fasola

Server-side scripting using PHP or another server-side language, along with a database on the server.

Member Avatar for atrueresistance
0
150
Member Avatar for dflor

Don't use pixels to declare anything. Using pixels makes the display dependent on the screen resolution of the monitor. Use points and percentages.

Member Avatar for landlessness
0
1K
Member Avatar for bongobob

I'm sick of people who want to hide stuff and disable browser functions. That's not what the Internet is for.

Member Avatar for GoodKingJohn
0
108
Member Avatar for civic

There is suddenly a flurry of people not being able to access certain sites. One would wonder if those sites are located in the area where winter storms took out the power and communications lines.

Member Avatar for ratu01
0
148
Member Avatar for jianwu_chen

Don't embed scripts. Call functions in external scripts instead. Your quotes need to be escaped.

Member Avatar for julesmanson
0
1K
Member Avatar for kcgagne

webstyle4 is a template pack you can download. The script is writing some script tags to the page. The code cut the word "script" in half to keep the html browser from trying to parse it. The image and moduleid are in a comment.

Member Avatar for John Inglemann
0
123
Member Avatar for Cheryl399

Mailto depends on settings made in IE to know what mailer to open. If it is not set, no mailer opens.

Member Avatar for Bsingh7
0
88
Member Avatar for atlanticarchive

It's malware. Unfortunately, the only way I know how to get rid of it is reinstall Windows. It replaces some files with its own, including explorer.exe.

Member Avatar for Ramesh Shah
0
94
Member Avatar for AGU.Jessica

Two things I noticed: 1. A value of zero with a unit of measure attached causes Firefox to throw away the style. Do not write 0px in styles. Just write 0. 2. The center tag is deprecated. Do not count on the ability to use it in the future.

Member Avatar for charlesying
0
406
Member Avatar for plarsen111

Why must everyone do this? It is not accessible. It is extremely annoying to a dyslexic when the page changes as the mouse traverses it. I automatically hit my BACK button whenever I see it. You lose viewers that way.

Member Avatar for diafol
0
634
Member Avatar for srinivaskota

You don't. A refresh is a complete reload, and everything you did before is usually gone. The choice of what remains is often left to the browser designer, or in some cases, browser settings.

Member Avatar for fxm
0
318
Member Avatar for MidiMagic

The W3C validator site is not working right for me. A few other sites (but not many) also say the file I sent is blank. Other sites are working with no troubles, and receive uploads normally. The facts: - Two different computers are doing the same thing. - Both computers …

Member Avatar for david00potts
0
105
Member Avatar for adnanbahrian
Member Avatar for amjones

You can't control functions which belong to the owner of the computer that is viewing your page.

Member Avatar for fxm
0
251
Member Avatar for Arizona Web

My advice is to use divs for layout, unless they refuse to work. One place they refuse to work is when a table is inside a div. One trick to making a div behave is to set its display attribute to "table cell." Then it keeps other objects from intruding …

Member Avatar for justcrowd2010
0
493
Member Avatar for mexabet

Several questions: 1. How are you starting the scripts? If you don't specify how they start (i.e. onclick, etc.), only the last one defined in the body tag will start. 2. Are the scripts in the header? Scripts in the header will not run until told to by a command …

Member Avatar for fxm
0
138
Member Avatar for bapu435

Use the "Save as web page" option in the File menu. Notice that html can't access a spreadsheet on your computer. You have to upload the changed web page after any changes to the spreadsheet.

Member Avatar for Ezzaral
-4
7K
Member Avatar for Betty0920
Member Avatar for wraph

DOS was actually an improvement of CP/M. Compiled Basic would have been suitable. The reason Pascal was not suitable was that it is not designed to operate ports.

Member Avatar for jwenting
0
635
Member Avatar for veledrom

It depends on the content. Use these styles Use [CODE]text-align: center;[/CODE] for text. That is the only thing the W3C allows centering of. To center a photo, use [CODE]clear: both; text-align: center:[/CODE]. The last style is to make it work with IE. To center something else, use [CODE]margin-left: auto; margin-right: …

Member Avatar for digital29
0
282
Member Avatar for Jansz36

Whether the scrollbar displays or not is up to the user's browser settings, not your web page. If your page is larger than the screen, the scrollbar will display. You have no control over this, because the scrollbar is part of the browser, not the web page. If the guy …

Member Avatar for Jansz36
0
213
Member Avatar for Virangya

It won't work outside dreamweaver either. Add a style for div tags: [CODE] div {display: table-cell;} [/CODE] Then the div will expand itself to fit the table inside.

Member Avatar for tinimic
0
364

The End.