Search Results

Showing results 1 to 40 of 982
Search took 0.06 seconds.
Search: Posts Made By: MidiMagic ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 3 Days Ago
Replies: 3
Views: 313
Posted By MidiMagic
Width: 100%;
Forum: HTML and CSS 3 Days Ago
Replies: 2
Views: 240
Posted By MidiMagic
You can set the size of the image to as perce4ntage of the screen width with the width style.
Forum: HTML and CSS 3 Days Ago
Replies: 6
Views: 291
Posted By MidiMagic
You can't put a unit on 0 if you expect it to work with all browsers.
Forum: HTML and CSS 3 Days Ago
Replies: 2
Views: 154
Posted By MidiMagic
If the computers do not have that font installed on them, they can't use it.

Font is local to the computer. The fact that YOU have the font when you write the page does not mean that the person...
Forum: HTML and CSS 3 Days Ago
Replies: 4
Views: 587
Posted By MidiMagic
If you have a script grabbing the individual characters from the keyboard, it also has to grab the backspace and remove one character from the buffer.
Forum: HTML and CSS 3 Days Ago
Replies: 3
Views: 138
Posted By MidiMagic
0px is an invalid style. Leave the px or other units of measure off the 0 values. Otherwise, some browsers go into quirks mode or throw out the style and use the default.

You do have a top padding...
Forum: HTML and CSS 18 Days Ago
Replies: 4
Views: 525
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 18 Days Ago
Replies: 5
Views: 500
Posted By MidiMagic
They are intended to separate parts of forms.
Forum: HTML and CSS 18 Days Ago
Replies: 51
Views: 2,672
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 18 Days Ago
Replies: 1
Views: 545
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 18 Days Ago
Replies: 3
Views: 461
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 18 Days Ago
Replies: 3
Views: 604
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: HTML and CSS Oct 20th, 2009
Replies: 2
Views: 469
Posted By MidiMagic
IE sometimes gets confused when you name a class or an id using a tag name.
Forum: HTML and CSS Oct 20th, 2009
Replies: 5
Views: 512
Posted By MidiMagic
Note that some search engines can not search certain sites unless the robots.txt file is present.
Forum: HTML and CSS Oct 20th, 2009
Replies: 6
Views: 535
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,523
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: 351
Posted By MidiMagic
This is a homework assignment. Do not give the answer.
Forum: HTML and CSS Sep 26th, 2009
Replies: 8
Views: 493
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: 598
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: 393
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,124
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: 349
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: HTML and CSS Aug 23rd, 2009
Replies: 6
Views: 1,020
Posted By MidiMagic
I don't like curved corners either.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 2
Views: 407
Posted By MidiMagic
You have to set your body overflow style to scroll.
Forum: HTML and CSS Aug 23rd, 2009
Replies: 18
Views: 1,346
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: 459
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: 570
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: HTML and CSS Aug 11th, 2009
Replies: 1
Solved: Browser Problem
Views: 229
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: 263
Posted By MidiMagic
No. This would require a script.
Forum: HTML and CSS Aug 11th, 2009
Replies: 3
Views: 651
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: 373
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: 753
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: 482
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: 561
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: 846
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: 605
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...
Forum: HTML and CSS Aug 11th, 2009
Replies: 3
Views: 287
Posted By MidiMagic
Is your image larger than the viewport?
Forum: HTML and CSS Aug 11th, 2009
Replies: 3
Views: 367
Posted By MidiMagic
You don't. The user does this.

The user right-clicks on the image, and selects Save Image As from the menu.

It would be a security violation if a web page did this on its own.
Forum: HTML and CSS Aug 3rd, 2009
Replies: 5
Views: 536
Posted By MidiMagic
Just leave the divs transparent. As long as you don't specify a background, they will show the background under them.

Be careful putting images under text. Many people have trouble reading that.
Forum: HTML and CSS Aug 3rd, 2009
Replies: 6
Views: 582
Posted By MidiMagic
Stop the bots, and you are no longer indexed on search engines.
Showing results 1 to 40 of 982

 


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

©2003 - 2009 DaniWeb® LLC