-
1. Re: Why has my cursor now the size of an ant's leg?
cdeatherage Mar 18, 2012 5:46 PM (in response to John Nez)Something similar happened to me, but with Photoshop. After undergoing an upgrade from WinXP to Win7, and having to use a generic driver for my monitor because its company hasn't written an update--meaning that everything is really happy at the recommended 1680x1040 but so tiny I havea hard time reading anything. So I switched the zoom to 150%. Somewhat easier to read then, but got the teensiest cursor imaginable in Photoshop and fuzzy text in every other program. Put the zoom back to 100%, and the original cursor returned.
No idea if this is your situation, but thought I'd throw it out there.
Chris
-
2. Re: Why has my cursor now the size of an ant's leg?
John Nez Mar 19, 2012 9:44 AM (in response to cdeatherage)Hmmm... tried that but nothing changed.
It's mostly when I'm trying to select an aligned space within a cell that the cursor almost dissappears... down to a microscopic size.
Oh well, DW is filled with frustrations...
lol!
-
3. Re: Why has my cursor now the size of an ant's leg?
Nancy O. Mar 19, 2012 1:07 PM (in response to John Nez)how would one go about setting the box of a website down about halfway from the top edge of the browser display screen?
Vertical centering is a print design concept that doesn't have much value on the web because everyone uses different displays and viewport sizes. What looks good on your display is going to look very different on a smaller web device (think about SmartPhone & Tablet users).
I think the best you can do is to add a little top margin to your page with CSS.
body {
width: 900px;
margin-top: 45px; //**adjust as needed**/
}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
-
4. Re: Why has my cursor now the size of an ant's leg?
John Nez Mar 19, 2012 2:03 PM (in response to Nancy O.)Thanks! That margin-top setting worked great first time!



