Thanks for all those links I haven't upgraded my Xubuntu 8.10 yet because the hard disk space required is 1500 Mo and I have only 1000... But the 8.10 works fine...
well I notice firefox is slower and I can even get onto my yahoo mail because it kicks me out also my system monitor is buggy it won't do anything, it just goes black also Opera is very slow maybe it has something to do with the new Internet protocol ipv6 thats turn on by default on Jaunty. I would hold off on it plus Ubuntu hardy is a long term support which means it will supported until 2011 all the others are not
I think yes. I have never tried that, but I found this: http://www.bobbyvandersluis.com/articles/dynamic_css/index.html So with the value "hide", we can act on the 4 buttons. I don't know if the text field where we can write our own css code in Opera, accepts the: "<script>" tag? Maybe not. However we can change the design of the 4 buttons to make them almost invisibles A tool which can help you is the Web Developer bar for Firefox. You can find it here: http://chrispederick.com/work/web-developer/ In this tool bar you will find in the "CSS" menu, the "View Style Information"...
With the tool bar is more easy to see and find which css code is used to design each part of a blog or a website Maybe there's a mistake in the code I have given to you, I'm sure it can work if I find the mistake
Claude look at this blog it looks like he change some things around in the top menus can you see if it looks like we can see his css and what he change:
I have found this in his customized css: http://files.myopera.com/amnith/user.css So you can also use it like that if you want, but without any code else, and you will get the same design... Or use only this:
I just understood that the code I given to you only works for you! Me I only see my design So I miss something somewhere in his code Why don't you ask to Amnith? He can help you better than me
ok I got it like I want it now I just need to know which one of the numbers makes go longer so it can cover the rest of my top section thats missing can you help with that?
ok I think I finally got it o yeah I can play around with the code all day long is easy when you have and you can just change little by little until you get the result yo
Maybe you can do the same for user-info or userlinx by adding the margin-top value. For example in the second line: #user-info #userlinx { margin-top: -212px !important; margin-left: -40px !important; }
This line and the first one you said: #myo-nav { position: absolute; top: 0; margin: 0; padding: 0; margin-left: 430px; margin-top: -225px; font-weight: bold; } are maybe the only 2 lines needed You can maybe delete all other lines without any problem...
your blog looks very nice now I think maybe you should include this new findings in one of your tutorials and maybe you can add me in there as someone who contribute a little
Yup! I learn CSS too and it's pretty easy and I really will read your all blogs and SpotLight some of them to help the novice Linux users. So you are on Hardy, I uninstalled Jaunty yesterday and gonna Install fresh copy today! Except from the bundled applications what other you use? I'm always excited to know what people use on Linux. Nice to meet you by the way and hey can I ask you your name if you don't mind?
well Im using Jaunty at the moment I think it still needs some work but I also use Hardy which in my opinion is the most stable version right now of Ubuntu that is.
you mean what apps do I use if so here are some:
Shutter:linux cropping tool)is like the windows vista snipping tool
Yep I know about the ubuntu channel, used it a while ago for getting some help when I was a Linux novice!
Yeah Phatch really seems interesting< I will try it today, So you are on Ubuntu forums. Add me to friend list there so I can keep track of what you are posting and replying!!
1 2 Next »
Claude # 4. June 2009, 14:48
I haven't upgraded my Xubuntu 8.10 yet because the hard disk space required is 1500 Mo and I have only 1000...
Ubuntunerd ☠ # 4. June 2009, 16:58
Claude # 4. June 2009, 17:15
Ubuntunerd ☠ # 4. June 2009, 17:22
Claude # 4. June 2009, 17:42
Ubuntunerd ☠ # 4. June 2009, 17:53
look in the animated section
Claude # 4. June 2009, 19:36
Thanks for the link
Ubuntunerd ☠ # 4. June 2009, 20:10
its that even posible?
Claude # 5. June 2009, 06:46
http://www.bobbyvandersluis.com/articles/dynamic_css/index.html
So with the value "hide", we can act on the 4 buttons. I don't know if the text field where we can write our own css code in Opera, accepts the: "<script>" tag?
However we can change the design of the 4 buttons to make them almost invisibles
A tool which can help you is the Web Developer bar for Firefox. You can find it here:
http://chrispederick.com/work/web-developer/
In this tool bar you will find in the "CSS" menu, the "View Style Information"...
Try this:
#myo-nav a:link, #myo-nav a:visited, #myo-nav a:active {
The "color" is the color of the button's text. So you can choose a color near the black to make the text invisible. And the "background" url is empty to hide the used picture. this one: http://my.opera.com/community/graphics/users/topmenu2/sprites.pngdisplay:block;
width:78px;
line-height:24px;
background:#222 url() 0 -50px;
text-decoration:none;
color:#141414;
overflow:hidden;
}
Or you can try this:
#myo-nav a:link, #myo-nav a:visited, #myo-nav a:active {
Tell me if that works or not...display:none;
color:#141414;
overflow:hidden;
}
Ubuntunerd ☠ # 5. June 2009, 12:10
Claude # 5. June 2009, 12:26
Ubuntunerd ☠ # 5. June 2009, 12:52
Claude # 5. June 2009, 12:58
Maybe there's a mistake in the code I have given to you, I'm sure it can work if I find the mistake
Ubuntunerd ☠ # 5. June 2009, 13:56
Claude # 5. June 2009, 14:05
Ubuntunerd ☠ # 5. June 2009, 14:51
Claude # 5. June 2009, 15:19
Ubuntunerd ☠ # 5. June 2009, 15:25
http://my.opera.com/amnith/blog/2009/05/24/designs-and-such
Claude # 5. June 2009, 16:27
http://files.myopera.com/amnith/user.css
So you can also use it like that if you want, but without any code else, and you will get the same design...
Or use only this:
#myo a:hover { text-decoration: underline !important; }#user-info { opacity: 1; width: 800px; color: #000; }
#user-info #userlinx { margin-top: -12px !important; margin-left: -40px !important; }
#userlinx { color: #000; font-size: 12px !important; }
#user-avatar { border: 0; }
#editme { display: none !important; }
#myo { width: 800px; background: none !important; padding: 0; background-color: #fff !important; opacity: .9; color: #000 !important; height: 25px !important; min-height:25px !important; max-height: 25px !important; }
#myo a { color: #000 !important; border: 0; }
#myo-logo { display: none; }
#myo-nav { position: absolute; top: 0; margin: 0; padding: 0; margin-left: 430px; margin-top: -25px; font-weight: bold; }
#myo-signup { margin-top: -12px !important; margin-left: 20px !important; }
#myo-nav ul li a, #myo-nav ul, #myo-nav ul li { background: none !important; background-image: none !important; padding: 0 !important; width: auto; }
Ubuntunerd ☠ # 5. June 2009, 16:39
Claude # 5. June 2009, 17:01
Why don't you ask to Amnith? He can help you better than me
Do you see my design for the top bar?
Ubuntunerd ☠ # 5. June 2009, 17:02
Ubuntunerd ☠ # 5. June 2009, 17:08
Claude # 5. June 2009, 17:16
You can change the color value like this #000 by this #fff to get the text white...
Ubuntunerd ☠ # 5. June 2009, 17:30
Ubuntunerd ☠ # 5. June 2009, 17:54
Claude # 5. June 2009, 18:09
Ubuntunerd ☠ # 5. June 2009, 18:33
Claude # 5. June 2009, 18:56
Ubuntunerd ☠ # 5. June 2009, 19:00
Claude # 5. June 2009, 19:29
Ubuntunerd ☠ # 5. June 2009, 19:42
Claude # 5. June 2009, 19:44
Ubuntunerd ☠ # 5. June 2009, 19:47
Claude # 5. June 2009, 19:57
Ubuntunerd ☠ # 5. June 2009, 20:12
#user-info { opacity: .8; width: 800px; color: #000; }
#user-info #userlinx { margin-top: -12px !important; margin-left: -40px !important; }
#userlinx { font-size: 12px !important; }
#user-avatar { border: 0; }
#editme { display: none !important; }
#myo { width: 800px; background: none !important; padding:0; background-color: #000000 !important; opacity: .9; color: #000 !important; height: 0px !important; min-height:0px !important; max-height: 0px !important; }
#myo a { color: #000 !important; border: 0; }
#myo-logo { display: none; }
#myo-nav { position: absolute; top: 0; margin: 0; padding: 0; margin-left: 430px; margin-top: -225px; font-weight: bold; }
#myo-signup { margin-top: -12px !important; margin-left: 20px !important; }
this line controls all those menus, especially the "-225" which he had at -25 I made -225 and the menus were gone
#myo-nav { position: absolute; top: 0; margin: 0; padding: 0; margin-left: 430px; margin-top: -225px; font-weight: bold; }
Claude # 5. June 2009, 20:21
For example in the second line:
#user-info #userlinx { margin-top: -212px !important; margin-left: -40px !important; }
This line and the first one you said:
#myo-nav { position: absolute; top: 0; margin: 0; padding: 0; margin-left: 430px; margin-top: -225px; font-weight: bold; }
are maybe the only 2 lines needed
Ubuntunerd ☠ # 5. June 2009, 20:26
Claude # 5. June 2009, 20:27
Maybe you can write only this code (I will try it):
#myo-nav { margin-top: -225px; }#user-info #userlinx { margin-top: -212px !important; }
Ubuntunerd ☠ # 5. June 2009, 20:30
Claude # 5. June 2009, 20:36
For me only those lines are working nicely:
#myo-nav { margin-top: -50px; }#user-info #userlinx { margin-top: -50px !important; }
If you want to disable the CSS code without delete it, you can do this (maybe you know that):
/*#myo-nav { margin-top: -50px; }#user-info #userlinx { margin-top: -50px !important; }*/
Ubuntunerd ☠ # 5. June 2009, 20:53
Manpreet Singh Dhillon # 6. June 2009, 00:47
Keep it up! I like people who are on to Linux!
Ubuntunerd ☠ # 6. June 2009, 00:58
do you us linux?
Manpreet Singh Dhillon # 6. June 2009, 01:05
So you are on Hardy, I uninstalled Jaunty yesterday and gonna Install fresh copy today! Except from the bundled applications what other you use? I'm always excited to know what people use on Linux. Nice to meet you by the way and hey can I ask you your name if you don't mind?
Ubuntunerd ☠ # 6. June 2009, 01:18
you mean what apps do I use if so here are some:
Shutter:linux cropping tool)is like the windows vista snipping tool
Foxit: pdf reader
gtkrecordmydesktop: record your desktop in motion
Inkscape: make vector images
Wireshark: network analyzer
Conky: text base system monitor
Xchat: talk to people
Manpreet Singh Dhillon # 6. June 2009, 01:25
Xchat: is it for IRC or Jabber? I use Gajim most of the time because it support encryption while chatting. It's basically a Jabber client.
Ubuntunerd ☠ # 6. June 2009, 01:31
check out this app: http://ubuntuforums.org/showthread.php?t=1178224 looks promising Im gonna try it tomorrow
Manpreet Singh Dhillon # 6. June 2009, 01:41
Yeah Phatch really seems interesting< I will try it today, So you are on Ubuntu forums. Add me to friend list there so I can keep track of what you are posting and replying!!
Ubuntunerd ☠ # 6. June 2009, 01:44