Did a new CSS for VBF get loaded? I noticed all of the links are now this dark grey on grey, making it harder for me to read them. There's not enough contrast. What was wrong with the old colors? The blue on grey was just fine.
-tg
Did a new CSS for VBF get loaded? I noticed all of the links are now this dark grey on grey, making it harder for me to read them. There's not enough contrast. What was wrong with the old colors? The blue on grey was just fine.
-tg
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
*Proof positive that searching the forums does work: View Thread *
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
* How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
* Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
"There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
This is bad !!!![]()
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
And I think the font type changed too, which makes it even worse.
-tg
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
*Proof positive that searching the forums does work: View Thread *
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
* How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
* Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
"There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
The color choice for text seems to be not DARK ENOUGH.
Not enough CONTRAST with the background color.
I remember reading a book on site design and how you need to be sensitive to people with various disabilities - such as sight problems. The text color seems to fly in the face of that idea...
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
Yes, the grey color is horrible especially when viewed from an angle. Why was it changed?
Microsoft MVP - Visual Basic 2006-2013
Why VB clears the clipboard on startup and how to avoid it? . Filtering Arrays . Save File To Database . Extract File From Database .
Extract picture from database without using hard drive . Change Menu BackColor . How to use MS Flexgrid . Make Frame Transparent .
The Easiest Way to Create an NT Service With VB6 . How to comment blocks of code in VB5 and VB6 . How to find and replace missing members of control array
Visual Basic 6.0 On-Line Documentation . Connection Strings
Really - I gotta say this is not a good change.
I'm viewing the site on a 26 inch ViewSonic monitor sitting above my laptop screen - just 2 feet from my face - and I'm having a hard time reading this...
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
The new color scheme definitely sucks. Light gray text on a lighter gray background ... W T F.
If it aint broke, dont fix it. Hopefully a mod will jump in & explain what's up...
I wonder what it looks like on a mobile device out in the sunlight...
I don't have one or I would check it out myself![]()
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
Thought my eye sight was going, thank goodness it is not as I am seeing the same as others posting here.
I think, the problem is with this piece of code, which was intended for only the top bar(developer.com black bar at the very top of the site):
I think that comma needs to be replaced with a space. Otherwise, all those anchor tags are getting that style.Code:<!-- body { margin: 0; padding: 0;} .brandLogo a img { border: none;} .globalHeader { font: 100%/1.4 Arial, Helvetica, sans-serif; height: 25px; background-color: #111; background-image: url(/icom_includes/toolbars/globaltoolbar/img/header-bg.jpg); background-repeat: repeat-x; background-position: center top;} .globalHeader .brandLogo { padding: 4px 0 0 .5em; float: left; } .globalHeader .brandLogo p { color: #666; font-family: Arial, sans-serif; font-size: 11px; padding: 0; margin: 0;} .globalHeader .login-register { text-align: right; padding: 4px .5em 0 .5em; /*float: right;*/} .globalHeader .login-register img{ cursor:pointer;} .globalHeader .logout { text-align: right; } .globalHeader .greeting span{ color: #797979; font-family: Arial, sans-serif; font-size: 13px; padding: 0; margin: 0;} .globalHeader .logout .greeting,a{ color: #797979; font-family: Arial, sans-serif; padding: 0; font-size: 13px; margin: 0;} .logout-link img{ cursor:pointer;margin-top:3px; margin-right:5px;} .clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;} -->
![]()
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
Good lord, yall had me flinging accusations over here. Thought someone messed with my PC.
Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading
C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter
There's just no reason to use garbage like InputBox. -jmcilhinney
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
I go to lunch and come back to chaos!
I"m not sure why the color changed. It doesn't look as horrible to me as you guys are making it out to be.(or else I'm not seeing the same thing...)
Regardless, I've asked that someone look into this. (Nothing should have changed today)
Brad!
Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
-------------------------------------------------------------
Brad Jones, VBForums Site Manager
QuinStreet - Developer.com Network Director / EiC: Software Development
Overseeing VBForums, Developer.com, CodeGuru, DevX, and more.
(My recent articles) (I wrote: Web 2.0 Heroes!) (My Blog) (Follow me on Twitter) (New HTML5 Dev Center)
--------------------------------------------------------------
![]()
http://imageshack.us/photo/my-images/201/vbfshaded.jpg/
If you still can't see it, then it's time for you to get your eyeballs repaired.
![]()
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
no comment, except
I'ts just baddddddddd and uglyyyyyy
![]()
1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
3. Check my site: www.er-ef.net • Check my snippets: Get installed .NET versions • Regex extracting • Join hierarchically nested Datatables in one flattened Datatable
I can't tell which threads I've snooped on now, they're all grey!
I'm enjoying the GRAY vs GREY usage in this thread - although TG started it off with GREY (the common non-American English spelling of the word) but we do have some GRAY posts as well (the American English spelling of the word)...
Tg - do you always use GREY??
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
Oh wow, I didn't even notice that I put "grey" because I read it that way. I usually use "gray".
Hey look, they fixed it.
I deal with a worldwide audience so I end up using both..... grey is a gray term to me.....![]()
Having said that, things are looking a little more blue to me now.
Brad!
Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
-------------------------------------------------------------
Brad Jones, VBForums Site Manager
QuinStreet - Developer.com Network Director / EiC: Software Development
Overseeing VBForums, Developer.com, CodeGuru, DevX, and more.
(My recent articles) (I wrote: Web 2.0 Heroes!) (My Blog) (Follow me on Twitter) (New HTML5 Dev Center)
--------------------------------------------------------------
![]()
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
Some Informative Links: [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
[ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]
MS MVP 2006, 2007, 2008
On the bright side of the php vbF hasn't descended into the chaos caused by vb4 LOL
http://www.scaryminds.com - Horror's last colonial outpost.
vBulletin 4.x is coming soon.....
The above CSS issue was caused be someone making a minor change in a global include that impacted the style sheet. It was not intended and is now fixed. As an FYI, we'll generally comment if we are making more than minor style or other changes.
Brad!
Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
-------------------------------------------------------------
Brad Jones, VBForums Site Manager
QuinStreet - Developer.com Network Director / EiC: Software Development
Overseeing VBForums, Developer.com, CodeGuru, DevX, and more.
(My recent articles) (I wrote: Web 2.0 Heroes!) (My Blog) (Follow me on Twitter) (New HTML5 Dev Center)
--------------------------------------------------------------
![]()
Good thing. Look at the havoc that little change caused in such a short amount of time. What's really amusing is that people weren't so much upset by the change as they were blaming everybody around them.
My usual boring signature: Nothing