tommyheavenly5
Oct 10 2008, 07:29 PM
is there a way to change the width of the navigation table ?
decaydancefbr
Oct 10 2008, 07:43 PM
Maybe this will work.
CODE
.navigationbar{width:XXXpx!important;}
aQuafly
Oct 10 2008, 07:49 PM
^ I'm pretty sure that that code is for the old navigation bar, try this, it's what I use:
CODE
<style>
div.clearfix
{width:XXpx;}
</style>
Just change the XX to the width you want, around 680 is the best for me :]
Hope this helps!
decaydancefbr
Oct 10 2008, 07:50 PM
^ You're probably right. I use it on my recent layouts so I thought it might work, I don't know.
Anarchy
Oct 11 2008, 04:58 AM
Yeah, Aquafly's code should do you good.
decaydancefbr
Oct 11 2008, 02:47 PM
You could also use this code, too.
CODE
<style>
div.profileWidth {width: 960px;}
</style>
aQuafly
Oct 11 2008, 08:27 PM
^ really? I've never heard of such a code >> I guess I'll have to try that out! It may help me in future layouts for myspace.
Even I got help from this posting, lol
decaydancefbr
Oct 11 2008, 08:28 PM
^ Haha, we all learn something new each day. We both taught eachother something.
aQuafly
Oct 11 2008, 09:01 PM
^ yay for the exchanging of knowledge! lol
Anarchy
Oct 12 2008, 07:01 AM
There are a lot of ways. You can even use this if you wanted to:
CODE
<style>
div[id="googlebar"] {width:960px;}
</style>
decaydancefbr
Oct 12 2008, 09:16 AM
^ I've tried that before and the [id part cancelled out for some reason
fixtatik
Oct 12 2008, 10:02 AM
^ it'll work in every browser except IE. go figure =)
aQuafly
Oct 12 2008, 10:30 AM
lol that's odd, everything usually works in IE before mozilla or safari x]
fixtatik
Oct 12 2008, 10:34 AM
^ other way around. =p
i could probably list 50 or so things off the top of my head that don't work correctly in IE, but will in web-standards browsers. microsoft has a mind of its own.
aQuafly
Oct 12 2008, 10:36 AM
really? lol I could say the exact opposite....or maybe I'm confused... >> Chances are I probably am. I haven't had my coffee so I'm still half-sleeping
decaydancefbr
Oct 12 2008, 10:42 AM
Hahaha, it cancels it in both for some reason. I don't know. I tried using a similar code for shortcuts, too and it just got converted to periods.
aQuafly
Oct 12 2008, 10:53 AM
ugh, stupid myspace, always changing up their coding. Making it harder for those who design it >>
Anarchy
Oct 13 2008, 07:57 AM
Yeah, they probably don't want people messing with the Advertisement. I remember when the pound symbol was disabled because it could've been used to remove the Ad. They probably did the same for the [id] function.
decaydancefbr
Oct 13 2008, 01:25 PM
I'm mad that they got rid of the pound symbol cause I can't move around my calendar on regular profiles.
Anarchy
Oct 13 2008, 01:32 PM
I'm mad at a lot of things, to be honest. LOL.
decaydancefbr
Oct 13 2008, 01:34 PM
^ As well as additions like the ugly ass 3-D look on the nav.
Anarchy
Oct 13 2008, 01:46 PM
I know, fucking hell. I can't help but put up a DIV to try and cover it. Blah.
decaydancefbr
Oct 13 2008, 01:53 PM
^ Same here. Maybe there is a code that might look like this
CODE
<style>
div.clearfix
{filter:none;}
</style>
Completely random but logical guess code, haha. That would be nice if it were to work.
Anarchy
Oct 13 2008, 02:21 PM
True. It's just difficult having to find a code that would work in all browsers and everything. Eh, whatever.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.