Search Results

Showing results 1 to 40 of 1000
Search took 0.11 seconds.
Search: Posts Made By: MidiMagic
Forum: Web Browsers 3 Days Ago
Replies: 11
Views: 4,149
Posted By MidiMagic
Possibilities:

1. The volume is down
2. The browser does not have the proper plugin installed (separate from having the player)
3. The computer is overloaded to the point where it has no time to...
Forum: Web Browsers 3 Days Ago
Replies: 1
Views: 152
Posted By MidiMagic
I found the answer. use Google search, select advanced search when the search displays. There is a dropdown box called "Date, usage rights, numeric range, and more" at the bottom of the search...
Forum: HTML and CSS 4 Days Ago
Replies: 4
Views: 244
Posted By MidiMagic
Design with Firefox first. Then fix the bugs in the IE version.

Never put size styles (width, height) and surrounding styles (margin, border, padding) on the same tag or in the same stylesheet...
Forum: HTML and CSS 4 Days Ago
Replies: 5
Views: 307
Posted By MidiMagic
They are intended to separate parts of forms.
Forum: HTML and CSS 4 Days Ago
Replies: 51
Views: 1,789
Posted By MidiMagic
The purpose is to make sure that your pages keep working when browser upgrades occur. I learned this lesson the hard way, when half of my pages that used to work suddenly quit working right. I then...
Forum: HTML and CSS 4 Days Ago
Replies: 1
Views: 339
Posted By MidiMagic
There is no way to universally make something take the height of the viewport. Don't even try - it's a waste of time.

There is no standard way across browsers to do this. A height of 100% on the...
Forum: HTML and CSS 4 Days Ago
Replies: 3
Views: 322
Posted By MidiMagic
Different browsers use different standards when height: 100%; appears in a box object that is not contained in another box object. Some browsers use the height of the viewport, others use the size of...
Forum: HTML and CSS 4 Days Ago
Replies: 3
Views: 433
Posted By MidiMagic
One problem is that you have an invalid style. 0px is invalid. Do not attach a unit of measure to the number 0. Many browsers reject the entire style when this appears.
Forum: Web Browsers 4 Days Ago
Replies: 5
Views: 364
Posted By MidiMagic
Has your service provider blocked these sites for some reason?
Forum: Web Browsers 4 Days Ago
Replies: 1
Views: 152
Posted By MidiMagic
I am searching for the latest developments on an engineering problem. The problem is that the search engines return thousands of pages on the subject, most of which I have read many times.

Is...
Forum: HTML and CSS 31 Days Ago
Replies: 2
Views: 446
Posted By MidiMagic
IE sometimes gets confused when you name a class or an id using a tag name.
Forum: HTML and CSS 31 Days Ago
Replies: 5
Views: 501
Posted By MidiMagic
Note that some search engines can not search certain sites unless the robots.txt file is present.
Forum: HTML and CSS 31 Days Ago
Replies: 6
Views: 498
Posted By MidiMagic
You are never going to exactly fill a screen with an image. There are too many differences in screen resolution, aspect ratio, and browser configurations among different computers for you to expect...
Forum: HTML and CSS Sep 26th, 2009
Replies: 10
Views: 1,376
Posted By MidiMagic
There is no way to fill the viewport exactly that works on all computers, browsers, window sizes, screen resolutions, and screen aspect ratios. Do not attempt to do this. It is not intended to be...
Forum: HTML and CSS Sep 26th, 2009
Replies: 3
Views: 343
Posted By MidiMagic
This is a homework assignment. Do not give the answer.
Forum: HTML and CSS Sep 26th, 2009
Replies: 8
Views: 467
Posted By MidiMagic
Negative numbers are not part of the W3C definition for margin. Browsers go into quirks mode when they encounter them.

Note that it is NOT necessary to make a separate style sheet for IE. I have...
Forum: HTML and CSS Sep 26th, 2009
Replies: 2
Views: 531
Posted By MidiMagic
First of all, 0px is an invalid style attribute. Some browsers throw out all styles where a unit of measure is attached to a 0 value.

Second, as long as you define all of your sizes in pixels, you...
Forum: HTML and CSS Sep 26th, 2009
Replies: 2
Views: 378
Posted By MidiMagic
The background image url belongs in a style for the body tag.

I am not sure what you mean to make the image transparent. The background is supposed to be on the bottom, so there should be nothing...
Forum: HTML and CSS Sep 26th, 2009
Replies: 12
Views: 1,103
Posted By MidiMagic
The problem is that vertical centering can not be done in a way that works on all computers, browsers, screen resolutions, screen aspect ratios, browser configurations, and current browser window...
Forum: HTML and CSS Sep 26th, 2009
Replies: 2
Views: 340
Posted By MidiMagic
- Alignment is not inherited from div to table. You need to apply the style to the td tags.

- The php script may be overriding the style.

- If there is any syntax error in the style, the entire...
Forum: DaniWeb Community Feedback Aug 23rd, 2009
Replies: 17
Views: 1,432
Posted By MidiMagic
We have too much government. They should not have control of your site.
Forum: Graphics and Multimedia Aug 23rd, 2009
Replies: 4
Views: 2,202
Posted By MidiMagic
You will either have to use .gif instead of .jpg, and set a transparent color, or match the background color in the background of the image.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 6
Views: 978
Posted By MidiMagic
I don't like curved corners either.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 2
Views: 399
Posted By MidiMagic
You have to set your body overflow style to scroll.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 18
Views: 1,302
Posted By MidiMagic
That dotted line indicates that the picture has the focus. That is a windows function. It is supposed to be there.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 5
Views: 453
Posted By MidiMagic
Neither 0 px nor 0px is a valid code.

0 px has a space in it, which makes it two different items.

0px does not work on some browsers, and causes the entire style to be eliminated. Those...
Forum: HTML and CSS Aug 23rd, 2009
Replies: 3
Views: 557
Posted By MidiMagic
If you want the table to be the width of the screen, use:

width: 100%;


Remember that different computers have different screen widths in pixels.
Forum: Web Browsers Aug 23rd, 2009
Replies: 4
Views: 630
Posted By MidiMagic
You might have to tell FF where the port is.

Go into Tools/Options and check the settings.

What kind of connection do you have?
Forum: DaniWeb Community Feedback Aug 12th, 2009
Replies: 2
Views: 511
Posted By MidiMagic
Is that bot-ulism?
Forum: Graphics and Multimedia Aug 12th, 2009
Replies: 2
Views: 524
Posted By MidiMagic
Something is disabled in his browser.

There is a setting on some browsers to print just the text, to save paper.
Forum: Site Layout and Usability Aug 12th, 2009
Replies: 3
Solved: Web site Layout
Views: 540
Posted By MidiMagic
No, they are not. Many people with visual problems use 800X600 to make the text large enough to read.
Forum: HTML and CSS Aug 11th, 2009
Replies: 1
Solved: Browser Problem
Views: 221
Posted By MidiMagic
I don't click on links with IP addresses in them. They can go to malware sites.

Check these:

- Don't put size styles (width, height), and surrounding styles (margin, border, padding) on the...
Forum: HTML and CSS Aug 11th, 2009
Replies: 1
Views: 258
Posted By MidiMagic
No. This would require a script.
Forum: HTML and CSS Aug 11th, 2009
Replies: 3
Views: 633
Posted By MidiMagic
First of all, I wish the hover attribute had never been invented. I hate pages that change when you move the mouse without clicking. They make the page not accessible to the disabled.

Your problem...
Forum: HTML and CSS Aug 11th, 2009
Replies: 2
Views: 363
Posted By MidiMagic
You can't do it that way. You have to make an image with a transparent color in it.

Usually this must be a .gif image. You create the image in an image editor, using a specific color you do not...
Forum: HTML and CSS Aug 11th, 2009
Replies: 8
Views: 698
Posted By MidiMagic
You can't reference an address on your own disk drive and expect that image to work when the page is uploaded. You have done this in your body css.
Forum: HTML and CSS Aug 11th, 2009
Replies: 4
Views: 474
Posted By MidiMagic
The only way I know to compatibly include a font the user does not have installed is to create an image file containing the text in the font you want, and put the image on the website.
Forum: HTML and CSS Aug 11th, 2009
Replies: 4
Views: 539
Posted By MidiMagic
There is a separate w3c frameset doctype if you want frames in xhtml.

Frames are deprecated in the strict xhtml doctype.
Forum: HTML and CSS Aug 11th, 2009
Replies: 3
Views: 762
Posted By MidiMagic
If you are expecting the background color to fill the div around the edge of the square image, you need some padding.

If you expect the background color to fill in around an irregularly shaped...
Forum: HTML and CSS Aug 11th, 2009
Replies: 2
Views: 538
Posted By MidiMagic
Never put size styles (width, height) and surround styles (margin, border, padding) in the same style or on the same web page tag.

Instead, nest two box objects. Put the size styles on one box...
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC