Pages: [1]
|
 |
|
Author
|
Topic: Help with HTML (Read 1963 times)
|
NiX
Wiki Admin
Posts: 7770
Locomotive Pandamonium
|
No questions about why HTML. Just need help figuring out why menu images are being pushed down. I tried highlighting and bolding the area I'm having issues with, but code text won't allow it. It's pretty much the area with the links to other pages  If the entirety of the code is needed I can post it. Edit: It was done in photoshop and some of the images in the cell to the right of the menu were added afterwards. I have no idea how this could affect the position of the menu, but it's an idea.
|
|
« Last Edit: November 05, 2008, 07:46:37 AM by NiX »
|
|
|
|
|
Trippy
Administrator
Posts: 23657
|
What's the URL?
|
|
|
|
Ookii
Staff Emeritus
Posts: 2676
is actually Trippy
|
Yeah, I saved it to my computer but I don't know what you're talking about when looking at it.
|
|
|
|
Salamok
Terracotta Army
Posts: 2803
|
I'm assuming that and are where you were trying to markup your code for us (if not then wtf is that for)? anyhooo add a valign="top" to your second line:
|
|
|
|
Miasma
Terracotta Army
Posts: 5283
Stopgap Measure
|
The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up.
|
|
|
|
NiX
Wiki Admin
Posts: 7770
Locomotive Pandamonium
|
The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up.
Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand.
|
|
|
|
Murgos
Terracotta Army
Posts: 7474
|
The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up.
Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand. There are also tools that will show you the boxes around your elements. Helps a ton in trying to figure out what element is causing what behavior. I don't recall the name atm, I haven't used it in years, but just look through the firefox add-ons for web development tools.
|
"You have all recieved youre last warning. I am in the process of currently tracking all of youre ips and pinging your home adressess. you should not have commencemed a war with me" - Aaron Rayburn
|
|
|
Salamok
Terracotta Army
Posts: 2803
|
The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up.
Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand. There are also tools that will show you the boxes around your elements. Helps a ton in trying to figure out what element is causing what behavior. I don't recall the name atm, I haven't used it in years, but just look through the firefox add-ons for web development tools. firebug
|
|
|
|
Samwise
Moderator
Posts: 19324
sentient yeast infection
|
Also Aardvark.
|
|
|
|
|
Pages: [1]
|
|
|
 |