Quick Div Question! |
Quick Div Question! |
Oct 25 2007, 11:26 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Feb 2006 Member No: 370,127 |
My profile link is: http://myspace.com/cherrystarr
Some of what seems to be the coding text is poking through at the bottom of the base image, and i was wondering why that is and how to fix it. Also i am wondering what code i can use to hide the links underneath the MySpace advertisement banner? Thanks a lot for the help! Also, i had used Dreamweaver, and made a rollover on the menu which shows up when i just open the html file on my computer, yet when i loaded it into MySpace it no longer works =\ Any suggestions? |
|
|
|
![]() |
Oct 25 2007, 11:42 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Do you currently have the dreamweaver coding up now? Because that may be what is poking through the side because dreamweaver coding doesn't work on myspace...dreamweaver is for websites.
To hide the top links use this: CODE <style>.navbar {display:none;} .navigationBar {display:none;}</style> If you want to hide the search bar and shortcuts use this: CODE <style>
body div div form {display:none !important;} table table div form {display:inline !important;} body div td div div select {width:0px !important;} </style> |
|
|
|
cherry_starr Quick Div Question! Oct 25 2007, 11:26 PM
cherry_starr Yeah i do have the Dreamweaver coding up there, bu... Oct 25 2007, 11:52 PM
Insurmountable Well I'm thinking all the coding/text that is ... Oct 26 2007, 12:02 AM
cherry_starr Yeah, the text does indeed go away when i remove t... Oct 26 2007, 10:54 AM![]() ![]() |