DIV: not working out |
DIV: not working out |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Oct 2005 Member No: 262,032 ![]() |
I posted here recently and got some great help but I still need a little more. I know it's not allowed to hide the myspace ad but when I try to align my layout WITH the ad the bottom links showed. I tried several codes but they end up hiding either my comments or everything.
Also it just isn't working in IE. Any suggestions? Or even better if someone could talk to me via AIM I would very much appreciate it. http://www.myspace.com/discoyoda |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
The reason it isn't showing up properly is in the code she gave you she forgot a really important thing.
She put: .nameofdivhere{ top: #px; left: #px; width: #px; height: #px; font-family:; font-size: #px; color:; } It should be: .nameofdivhere{ position: absolute; top: #px; left: #px; width: #px; height: #px; font-family:; font-size: #px; color:; } You know the font stuff and color you can take that out its extra. Add position absolute to each one. And it should show up fine. |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Oct 2005 Member No: 262,032 ![]() |
The reason it isn't showing up properly is in the code she gave you she forgot a really important thing. She put: .nameofdivhere{ top: #px; left: #px; width: #px; height: #px; font-family:; font-size: #px; color:; } It should be: .nameofdivhere{ position: absolute; top: #px; left: #px; width: #px; height: #px; font-family:; font-size: #px; color:; } You know the font stuff and color you can take that out its extra. Add position absolute to each one. And it should show up fine. I'm sorry, I keep bothering everyone. But now certain things aren't showing up or are appearing behind the image and it still doesn't appear in IE :| EDIT: Nevermind, I realized why they weren't showing up, but IE is still an issue and the links aren't working. |
|
|
![]() ![]() |