User Profile
Collapse
-
Thanks so much for the reply...I just "stumbled" on the answer before reading your post...but again...many thanks!... -
bullet image for unordered list problem
I'm using an image for an unordered list, which works fine. The problem is, the image is also appearing in my numbered "ordered list." Here is my code for the unordered list:...and thanks in advance:
[code=css]
ul {
font-family: Arial;
font-size: 12px;
color: #424E51;
font-style: normal
line-height: 17px;
font-weight: normal;
font-variant: normal;
text-transform: none;... -
Well I guess it's acceptable then to add these elemets to my sheet, which seemed to fix things in IE and Firefox. Thanks for "guiding light"
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 17px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #333333;
text-decoration: none;...Leave a comment:
-
Darn, I'm back. It seems this also stops me from using an ordered list. I can see it when building the page in Dreamweaver, however with I load the page, the ordered list format doesn't work.
Thanks!Leave a comment:
-
Grand, this is making great sense...I'm starting to like this!
Thanks again!Leave a comment:
-
It seems to be this section:
* {
margin:0;
padding:0;
}
If I remove it, the spacing returns but I loose my page formattingLeave a comment:
-
Text format problem
I'm using the following to center my page to the top of the screen and also allow it to fill the screen regardless of resolution. The problem is it removes my spacing between paragraphs.
#container {
width: 100%;
margin-top: auto;
margin-bottom: auto;
}
* {
margin:0;
padding:0;
}
I'm learning the "ways of CSS" but am lost on this one.
... -
Thanks drhowarddrfine and Death...both worked great. I love learning this stuff!Leave a comment:
-
Thanks for all the great help Death....this worked great in IE and Firefox:
Code:<style type="text/css"> <!-- #container { width: 980px; margin-right: auto; margin-left: auto; } * { margin:0; padding:0; } --> </style>
Leave a comment:
-
100% table from edge to edge
I'd like to have a table at the top of my screen that's filled with a color, which will reach from end to end of the monitor, regardless of screen resolution. I'm guessing this is simple...maybe not. Setting it to 100% doesn't seem to do the trick...
Thanks in advance for any pointers. -
Well...it may be time to hit the bottle. Here is the whole page code (temp page) and still a space. If I can get this figured out I'll always be able to help others like myself.
Thanks
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;
Leave a comment:
-
Am I doing this wrong as I thought I did put the margin and padding amounts in my container definiton...
Code:#container { width: 980px; margin-right: auto; margin-left: auto; margin-top: none; [B]padding: 0px; margin: 0px; [/B] }
Leave a comment:
-
My #Container is a Div ID. If I change the code to:
Code:#container { width: 980px; margin-right: auto; margin-left: auto; margin-top: none; padding: 0px; margin: 0px; }
...Leave a comment:
-
CSS to center page with no top space
I'm using CSS to center my pages...which works fine, however I would also like to eliminate the small space at the top so my page is flush with the top of the screen...both in IE and FireFox. The CSS code I'm using is:
Code:#container { width: 980px; margin-right: auto; margin-left: auto; margin-top: none; }
No activity results to display
Show More
Leave a comment: