Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

User:Eabrace/Hidden Overlaps

From Paragon Wiki Archive
Jump to: navigation, search

Trying to find out why NavFrame divboxes overlap other boxes and how to prevent this from happening.

Experiment One

Firebase Zulu
Map FirebaseZulu.jpg

Hero Hazard Zone (40-44)

Trainers: none
TF Contacts: Dr. Quaterfield
Events: none
Exploration Badges: none
Plaques: none
Day Jobs: Dimensional Explorer
Enemies: Crey, Nemesis, Rularuu, Shadow Shard Reflections
Connecting Zones: Cascade Archipelago, Chantry, Peregrine Island, Storm Palace
Transits: none


Placing some text here to bump the NavFrame down a bit.

This should make it easier to see the overlap against the Zone infobox on the right side of the page.


Experiment Two

Shadowstar
Shadowstar.jpg
Warshade Facilitator
Zone Galaxy City
Coordinates (696.5, 64, -953)
Level Range 1-50
Introduced By Coyote
Introduces Kip Cantorum
Enemy Groups

Badge villain cot.png Circle of Thorns
Badge villain clockwork.png Clockwork
Badge villain council.png Council
Badge villain freakshow.png Freakshow
V badge Hydra.png Hydra
Badge villain outcasts.png Outcasts
Badge villain trolls.png Trolls

Badge villain vahzilok.png Vahzilok
v  d  e


Placing some text here to bump the NavFrame down a bit.

Using a contact infobox this time to see whether the overlapping behavior is identical or if it's something peculiar to the interaction with zone infoboxes.


Experiment Three

Crnout tapestry01.png

Placing some text here to bump the NavFrame down a bit.

Checking to see if the NavFrame will overlap an image this time.


Experiment Four

Crnout tapestry01.png

Placing some text here to bump the NavFrame down a bit.

All content between the image and the end of the NavFrame are enclosed in a float:left divbox this time.

More text to see where the boundaries are on the region that seems to have been created in between the image and the NavFrame.

Experiment Five

Crnout tapestry01.png

Placing some text here to bump the NavFrame down a bit.

Border added to float:left divbox this time.

More text to see where the boundaries are on the region that seems to have been created in between the image and the NavFrame. This time this text is enclosed in its own divbox with a border. This border seems to span the entire width of the page, overlapping both the image and float:left box. I'm finding it particularly odd that the text does not overlap the right and left floating boxes, but the boundary of the box itself does.


Observations:

  • When viewed with ?action=render, the layout looks different from what I get on the wiki.
  • Checking the generated source code, I find that the divbox containing the image is not created with style="float:right", but is instead created with class="floatright". I didn't expect that.