Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Contact Me
Social Tools
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
iPhone 3GS Update 3.1.3 App Problems
Getting Started with Ubuntu 9.10 on a Thinkpad T61p
Ubuntu 9.10 Set Grub Default Boot OS
Windows Multi-Monitor Background Wallpaper Problem
Brother MFC-7840W All-In-One Laser Printer Review
Tags
.NET
2007
2008
3.0
350Z
360
7
ASP.NET
Asterisk
Backup
Batch
BIS
BlackBerry
Bunker Hollow
C
C#
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Debug
Design
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
Firewall
Forum
FreePBX
FTP
GoDaddy
Hardware
Home
Hosting
Hyper-V
IE
IIS
Internet
Lenovo
Machine
Media
Media Center
Microsoft
Network
Networking
OS
Outlook
OWA
pfSense
Phone
PowerShell
Problems
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
SMTP
Software
Source
SP1
Spam
SQL
SSL
T61p
Terminal Services
Thinkpad
TrixBox
TS
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
Windows
WPF
x64
Xbox
XML
XP
Archives
March 2010
(1)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
CSS
(
RSS
)
ASP.NET
Code
Cross Browser
FireFox
HTML
IE
Photoshop
Software
Web
ASP.NET Horizontal Menu Items Won't Center in FireFox
This took entirely too long to figure out. Hopefully this will help someone else fix it more quickly. If you have a horizontal ASP.NET menu where all of the buttons are centered and looking great in IE, but will remain left-aligned in FireFox no matter...
Posted
Nov 17 2008, 02:14 PM
by
Matt Williamson
with | with
7 comment(s)
Filed under:
IE
,
Software
,
FireFox
,
CSS
,
ASP.NET
,
Cross Browser
Cross Browser CSS Centering for Fixed Width Layout
I think I've found the best way to center a page with a fixed width layout that works in all browsers. Forget text-align:-moz-center and tables, this solution is pretty solid. Add a wrapper class or over-write the body class (as I've done below...
Posted
Aug 16 2008, 01:09 PM
by
Matt Williamson
with | with
no comments
Filed under:
CSS
Photoshop Rounded Corners Transparent Shadow Web Frame
I originally layed out my site using AJAX rounded corner and dropshadow extenders, but they weren't playing nice with some custom controls that were themed or skinned. Next I tried a javascript utility which applied rounded corners and a drop shadow...
Posted
Aug 16 2008, 11:12 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Web
,
HTML
,
Photoshop
,
CSS
CSS Broken HyperLink Style Mystery Solved
CSS A:HOVER STYLE MUST BE LAST! Stuff like this just kills me. This is the sort of thing will someday cause someone a serious meltdown . If you're creating custom CSS classes with hyperlink styles like this: .MyLink a:link { color:Green; text-decoration...
Posted
Jul 12 2008, 07:12 PM
by
Matt Williamson
with | with
no comments
Filed under:
Code
,
CSS
Inner div runs past outer div in Firefox
Do you have an inner div who's height is greater than the outer div so the inner div is pushing right past the outer div? Yeah... I had one too. Using a table instead of the outer div would work, or you can use this little gem I found: <div style...
Posted
Apr 12 2008, 06:49 PM
by
Matt Williamson
with | with
no comments
Filed under:
FireFox
,
CSS
Inherit All CSS Style
I just had to create a css style that would force an inherit on all of the elements and luckily it solved my problem. I don't want to have to do this by hand again so here it is: .inheritAll { azimuth:inherit; background:inherit; border:inherit; bottom...
Posted
Apr 06 2008, 04:02 PM
by
Matt Williamson
with | with
no comments
Filed under:
CSS