I am trying to make a new tab page for Chrome. I have three columns, and I want one of them (the one with ID col1) to be centered. I've tried to set the side margins to auto, but instead of this:
I get this:
Is there a way to get the col1 div to be centered?
EDIT: I realize the problem is the absolute positioning.
My HTML/CSS:
<html>
<head>
<style>
body {
background-color: #F1F1F1;
}
I just got a second monitor for my computer, and I've been trying to do some things on my old one while watching a video in fullscreen on my new (main) monitor. The problem I have is that whenever I click on my old monitor, the taskbar comes up on top of the video on the main monitor. Is there a way to prevent that from happening? I've seen that DisplayFusion has a setting to prevent the taskbar from popping up like this, but not in the free version. Is there a (free) way that I can keep the taskbar from doing this without turning on the autohide feature?
I have a monitor from them, and they're acting like it never existed. Can't find anything for it on their website. The actual monitor is fine, but it's just annoying.
Since I have a [rooted] Android phone, I can just copy the game onto the SD card and install it again whenever I get a new phone. Not sure if that's legal, and sorta seems to go along with what Hakumisoso said.
If you can't normally uninstall the extension, do this (it's been a while since I've done this, so it might not be completely accurate):
1. go to chrome://extensions
2. Check developer mode
3. Find where is says the plugin and remember its ID (Or just the first bit of it)
4. Go to the AppData folder (%appdata% and then go one folder up)
5. Go to Local > Google > Chrome > User Data > Default* > Extensions
6. Delete the folder which has the same name as the extension's ID
* I'm assuming this will be different if you set up multiple users on Chrome, but I never do that.
Ah. Forgot about that. I believe Chrome's implemented a system now to track the number of downloads on binaries - since we've had 40+ downloads now (and presumably nobody reported the program as a virus), they'll refrain from showing that message on-download.
We don't have a code signing certificate yet. (they're ~$200 per year), therefore chrome will always label it as malicious. It's not. You'll just have to take our word for it.
0
I get this:
Is there a way to get the col1 div to be centered?
EDIT: I realize the problem is the absolute positioning.
My HTML/CSS:
<head>
<style>
body {
background-color: #F1F1F1;
}
#col, #col1, #col2 {
position: absolute;
top: 0px;
bottom: 0px;
width: 20%;
background-color: #FFF;
z-index: 2;
border-style: solid;
border-left-width:1px;
border-right-width:1px;
border-top-width: 0px;
border-bottom-width: 0px;
border-color:#aaa;
}
#col {
left: 10%;
}
#col1 {
margin: 0 auto;
}
#col2 {
right: 10%;
}
#shadow, #shadow1, #shadow2 {
position: absolute;
top: 0px;
bottom: 0px;
width: 20%;
border-radius: 60%;
box-shadow: 0px 0px 25px 15px #777;
z-index: 1;
}
#shadow {
left: 10%;
}
#shadow1 {
margin: 0 auto;
}
#shadow2 {
right: 10%;
}
</style>
</head>
<body>
<div id="col">
</div>
<div id="shadow"></div>
<div id="col1">
</div>
<div id="shadow1"></div>
<div id="col2">
</div>
<div id="shadow2"></div>
</body>
</html>
0
0
I have a monitor from them, and they're acting like it never existed. Can't find anything for it on their website. The actual monitor is fine, but it's just annoying.
0
0
Last I heard, it wasn't in every state. Is it really illegal in all the US now?
0
0
0
0
0
1. go to chrome://extensions
2. Check developer mode
3. Find where is says the plugin and remember its ID (Or just the first bit of it)
4. Go to the AppData folder (%appdata% and then go one folder up)
5. Go to Local > Google > Chrome > User Data > Default* > Extensions
6. Delete the folder which has the same name as the extension's ID
* I'm assuming this will be different if you set up multiple users on Chrome, but I never do that.
1
Hm, didn't know about that.
0
0
Gamma ray burst > Death Star
0
0
What? It doesn't think Skyply is a virus, though.