buckibooster
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by buckibooster-
buckibooster commented,
When you resize down, margin-left: 10% + left: 10% + main table width (80%) + margin-right: 10% = 110% (for starters). I'd echo the above. You're using tables to layout your page, whereas there is...
-
buckibooster commented,
You might do better to find a forum related to this sort of thing for assistance with this. This thread, your website coding issues, has no relationship to cPanel. There are lots of forums and tuto...
-
buckibooster commented,
There is an item in there that can't get smaller than currently set. Use the inspector and highlight each item until you find what pushing it out. You can also start with a responsive framework in...
-
buckibooster created a post,
Modifying Website Design for Other Devices
I've completed the design for a website that works well in Firefox, Chrome, IE11 and Safari (all for the desktop). I deliberately made sure that all of the elements, when sizing was necessary, wer...
-
buckibooster commented,
It turned out that adding a z-index was only a partial fix. The final and most complete fix was to add "-webkit-transform:translate3d(0,0,0);" to the style sheet for the button class.
-
buckibooster commented,
Problem Solved: I'm not sure why, but I was able to eliminate the problem by adding a "z-index: 20;" to the style sheet for the "Close Player" button.
-
buckibooster commented,
There are many references to this using a search engine. The most popular solution seems to be that as described in this stackoverflow post: stackoverflow.com/questions/12450776/html-input-button-c...
-
buckibooster created a post,
Shadow Appears in Safari for Windows (Version 5.1.7) Only
I'm not sure if this is the right forum for this issue. If not, please let me know what would be a better forum. The Problem: I've created a web site for a local community chorus using php, java...
-
buckibooster commented,
Hi @buckibooster I'm really glad to hear that you were able to resolve the issue. What did end up causing the issue? Lauren: It was an encoding issue. Although all relevant files were saved and...
-
buckibooster commented,
My problem has been resolved. It was not a CORS issue after all.