![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everyone. After taking my medicine I decided to start over with the restaurant site. I purchased a book on CSS layout and it is helping immensely. |
|
I am making sure to pass my files through the validators before attempting to receive help through the newsgroups. |
|
The redone page's url is http://geocities.com/terrance.murray/veggies/ Another problem that I just noticed is that the spacing in my menu (another unordered list) is greater in Firefox and Netscape than it is in IE. I am not sure why this is occurring. |
#3
| |||
| |||
|
|
How come it has 21 errors still and not valid even Transitional 4.01? |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Yes its seems that geocities is adding some lines to my files thereby causing it to fail the test. When I try to upload the files to the validators I dont't have any problems. -- Thanks, Terry |
#7
| |||
| |||
|
|
Yes its seems that geocities is adding some lines to my files thereby causing it to fail the test. |
|
When I try to upload the files to the validators I dont't have any problems. |
#8
| |||
| |||
|
|
You get what you pay for. :-) |
#9
| |||
| |||
|
|
I am still hoping that someone can address the problem which is text which is part of an unordered list is not aligning itself properly against a left floated image. It does what it was designed to do on Firefox and Netscape. |
#10
| |||
| |||
|
|
Terry wrote: I am still hoping that someone can address the problem which is text which is part of an unordered list is not aligning itself properly against a left floated image. It does what it was designed to do on Firefox and Netscape. The way a float works is that subsequent text shrinkwraps around the float. You see this behavior clearly on IE. It also happens on Firefox, etc. except that the text is not sufficiently long enough to clear the image. Increase the text size by one or more lines and you will see it also shrinkwrap. In order to *not* have the text shrinkwrap around the image, simply apply to the text a margin value which is wider than the image width and the text will keep within the margin. -- Gus |
![]() |
| Thread Tools | |
| Display Modes | |
| |