Topic: Stopping css buttons from resizing (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 10-20-2004 20:26
I have a css page with links made to look like buttons, which look really cool. THe problem is when the page is resized smaller, the text of the links automatically gets reisized too, and the butoons look like it overlaps itsefl and covers up some of the text. |
Paranoid (IV) Inmate From: France |
posted 10-20-2004 20:35 |
Maniac (V) Inmate From: under the bed |
posted 10-20-2004 22:30
It sounds like you have these "buttons" set up with a width specified in percentage, which will obviously change with the window size. |
Obsessive-Compulsive (I) Inmate From: |
posted 10-27-2004 14:46
Thanks I will try that. I don't have the page up yet so no link. I have found the pronblem in both IE and Friefox. |
Obsessive-Compulsive (I) Inmate From: |
posted 10-27-2004 15:01
Worked like a charm! |
Obsessive-Compulsive (I) Inmate From: |
posted 10-27-2004 15:01
The buttons had different lengths due to the number of words in each button and I wanted to preserve that, so I used the pixel width and hieght on the parent div and no more resizing buttons! |
Maniac (V) Mad Scientist From: the smaller bedroom |
posted 10-29-2004 01:40
hey scanner_red! |
Maniac (V) Inmate From: under the bed |
posted 10-29-2004 15:47
I had assumed we were talking pure CSS decoration. |