![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a problem with anchor links that are either are in conflict or have been declared incorrectly. The url http://midtownmuseumdistrict.org/index13 shows a page that's working as I want - except for the brown "blob" on the left near the top. It's apparently caused by something in my anchor declarations and the use in the a class="picture" href="javascript:gotoShow()"> <img class="picture" src="005.jpg" name="slide" border=0 width=363 height=272></a |
|
code lines. I have tried various declarations and options, but to no avail. Please advise. TIA (Also, I sense that there are numerous faults and poor design in this page, and as a relative newbie I'd appreciate any style recommendations...) |
#3
| |||
| |||
|
|
I have a problem with anchor links that are either are in conflict or have been declared incorrectly. |
icture.)|
The url http://midtownmuseumdistrict.org/index13 shows a page that's working as I want - except for the brown "blob" on the left near the top. It's apparently caused by something in my anchor declarations and the use in the a class="picture" href="javascript:gotoShow()" img class="picture" src="005.jpg" name="slide" border=0 width=363 height=272></a code lines. I have tried various declarations and options, but to no avail. |
|
(Also, I sense that there are numerous faults and poor design in this page, and as a relative newbie I'd appreciate any style recommendations...) |
#4
| |||
| |||
|
|
I have a problem with anchor links that are either are in conflict or have been declared incorrectly. The url http://midtownmuseumdistrict.org/index13 |
|
shows a page that's working as I want - except for the brown "blob" on the left near the top. It's apparently caused by something in my anchor declarations and the use in the |
|
(Also, I sense that there are numerous faults and poor design in this page, and as a relative newbie I'd appreciate any style recommendations...) |
#5
| |||
| |||
|
|
I have a problem with anchor links that are either are in conflict or have been declared incorrectly. The url http://midtownmuseumdistrict.org/index13 shows a page that's working as I want - except for the brown "blob" on the left near the top. It's apparently caused by something in my anchor declarations and the use in the a class="picture" href="javascript:gotoShow()"> <img class="picture" src="005.jpg" name="slide" border=0 width=363 height=272></a>= The "brown blob" is caused by the padding style you have declared. You should be able to simply do away with the link as it servers no useful purpose that I can see. Just use: <div><img class="picture" src="005.jpg" name="slide" width="363" height="272"></div |
#6
| ||||
| ||||
|
|
Well, beyond the offensively large graphic Fixed... (and the invalid code), what exactly is the real problem you want help with? By which I mean, in *what way* does the brown "blob" not work the way you want? What way do you want it to work? What are you hoping for? I don't want the "blob" at all - it just appeared during development, |
|
BTW, if you have an <a> element with class="picture", you probably don't need to assign the class .picture to an <img> element contained within the a>. You can select the img element with .picture img in the CSS. Yes, I know that I have much to learn and understand. 8<{{ |
|
(Also, I sense that there are numerous faults and poor design in this page, and as a relative newbie I'd appreciate any style recommendations...) The page might mention where on the planet the MMDNA is, "Midtown" of what city? Phoenix, AZ. I'll talk to my "leaders" and see if they want this |
|
Your nav bar is marked up as list itels (fine), but the items under "Purpose" and "Boundaries" are similarly list items, which you've marked up as sort of lines of a paragraph, but separated with <br>. Use <li> for the |
#7
| |||
| |||
|
|
http://midtownmuseumdistrict.org/index13 Do *NOT* inflict a two megabyte animated gif on me. Yes, I've corrected that. Sorry... |
|
shows a page that's working as I want - except for the brown "blob" on the left near the top. It's apparently caused by something in my anchor declarations and the use in the Your brown blob is there because you have floated the image contained in that a element. So, the image is not out to the right and what you are left with is the remaining content of the a elememt, namely the whitespace with a background colour of blob brown. If you want the link on the right then float the a element, not the img. I don't know how to do that. Please explain. |
|
(Also, I sense that there are numerous faults and poor design in this page, and as a relative newbie I'd appreciate any style recommendations...) Don't send me humungous images. |
![]() |
| Thread Tools | |
| Display Modes | |
| |