User Profile
Collapse
-
It worked! Thank you so much! -
-
I took off the font of the "font-padding" and it took the image of my button and started to repeat the image. Basically, it affected the image, not the words. Sorry about the center float. I've been trying everything I could think of and forgot to delete it.Leave a comment:
-
By the way, colors and fonts and things like that are still very much in the rough. I will change those.Leave a comment:
-
The words on my buttons won't center correctly.......
I have some buttons and I want words on them. But the tops of the words seem as though they are glued to the top of my buttons.
So, here's what I have:
HTML
Code:<ul id="navbutton"> <li style="margin-top:5px"><a href="another.html">Name of my button</a></li> <li style="margin-top:5px"><a href="another.html">Hello</a></li>
-
Thanks everyone! I've dabbled in PERL a little and I love it so I'll get to learning it.Leave a comment:
-
So....If I want to learn how to do things like that I should dig into the PERL book I have on my shelf? Is that what you're talking about? I don't know much server scripting but if I now have an excuse to learn it I will.Leave a comment:
-
Here's what I want to do. On a few of my pages I have a panel labeled newspanel in my css. All my css does is designate an area, the backround color, border, etc... I use HTML to write in the titles whatever news the client wants on there and hyperlinks to my news page. It really isn't a big deal for me to go to each page and keep everything updated.
Does this makes more sense than my last post?Leave a comment:
-
Can an external css contain text?
I have text that is repeated on multiple web pages. I don't want to edit all of them every time I want to change the text. Is there a way to use css so that I only have to change it in one place? -
I ended up using all the code for a button, but instead of calling it a button I put in a different word. It worked. Is there any reason that I shouldn't do that?...Leave a comment:
-
How do you have coding for different kinds of buttons?
I have coding for one style of button, but I would like to add another kind of button. If the external CSS code for the first button is this, what coding would I add for the second button?
Code:#button a { display: block; background: url(rolloverimage.gif) top; width: 63px; height: 34px; } #button a:hover { background: url(rolloverimage.gif) bottom; width: 63px;
Last edited by Niheel; Jul 8 '10, 09:41 PM. -
Can I make an image rollover that enlarges the image?
I have some pictures on a web page and I want them to "get bigger" when the mouse hovers over them. With the little research I've done, it seems like it would be a rollover effect and something I can do with CSS. I don't want to use javascript. The coding seems to need an image that is divided into the number of needed effects. But that would be problematic because I want images of different sizes and the source image couldn't be split... -
Is it possible for me to have multiple backgrounds?
I want a background that is the size of the viewer's screen, and I want another background that is 800pixels at all times. The 800 pixel one should be centered and behind the content of my web page. I don't want images, just two different colors. Is there a way for me to do that? -
Is there a way to change the color of the border of an image hyperlink?
In a web page I am currently designing, I have to buttons that are images I designed. They would look great with a white or very light blue border color, but the default color is a hideous dark blue. Is there a way I can change the color? -
How do I designate a logo next to the header of a webpage using HTML?
If you notice on this website there is the green symbol/logo next to the title of this webpage. It is on a tab if you are using Mozilla Firefox or Google Chrome. It is also next to where you type in the website. How do I put up a symbol using HTML? -
How do I set up a realtor's listing in HTML?
I use HTML and CSS stylesheets. How do I set up a grid like the one used at http://www.allpro-re.com/searchresults.c fm?searchType=o ffice (and click on a house)? Everything is put into a table but I don't understand the CSS part of it and I don't want the CSS set up like that. I like external CSS. -
Can I make fun buttons using HTML?
I use HTML and external style sheets. A client of mine loves a website I've designed for them, but was wondering if I could put in drop down buttons on a menu bar. My client specifically said that they don't want any java script. Is there anything I can do using just HTML and CSS to "make buttons fun"? -
It seems like it works no matter what I put. Why should it matter? Also, is it better to use css properties?Leave a comment:
-
Will that fix my inconsistency problems concerning browsers? I agree that I need to update my code regardless. Thanks for helping me!Leave a comment:
-
How to close the break BR tag
I was taught to write <br/> but then I was later told to write <br />. Which is the correct way and does it make a difference?
No activity results to display
Show More
Leave a comment: