Hello,
In a HTML page, I need to have a text justified (left/right). CSS parameter "text-align: justify" should do the work, BUT: in my text, each line is a "last line", thus isn't justifie...
I recently configured a CSS tabbed navigation system for my website. In order to bring the current tab into focus, I place: class="active" in the link tag. However, I'll be using this naviga...
Hello
I have a select list and I need a way to set certain option tags invisible. I tried applying style="display:none" to the option tags but this has had no effect.
The reason for this is ...
This is my website: http://www.computersciencelaboratories.com/
I want to center the NAV Bar and its text also to be centered.
Right now you can see that everything is floating to the l...
I am using text-align: -moz-center; to align my text in Firefox, with a conditional <!--[If IE]--> to add text-align: center; for Internet Explorer. Obviously this works fine for FF and IE.
...
What's the best way to control leading and kerning using CSS?
Is it using the letter spacing and line-height options?
What does the vertical-align option do?
What the browser incompatibil...
Hello experts.
I have a code with A fixed position div ,a div with rounded corners and the accordian from jquery ui((http://www.jqueryui.com/demos/accordion/).
On this page :http://www.exper...
I am trying to hide a horizontal scroll bar, using the standard overflow-x: hidden; but it works only in Firefox, IE7 and Safari doesn't seem to hide them.. Could you please advise where to lo...
I have this in my stylesheet:
a { outline: none;}
That does the trick of removing the dotted line around the active link (i.e., when you click on it) in FireFox but not in IE7. How do I remo...
I'm having a problem with the text input boxes in my "Quick Reservation" form when viewing in IE6:
http://www.theseagatehotel.com/www.theseagatehotel.com/index.html
For some reason, .. I...
It doesn't seem that IE7 supports style outline. Is there any way to hack this and make IE7 support it? Or is there any other specification similar to outline, ie a border that doesn't use spa...
Hello!
I would like to have sone nice hover effects on a CSS button I made. I think a glow effect would be nice. How can I do this?
Ideally I would like something that will work outside ...
I have a header div that I want to position on the top of the window, and stay centered. I also want it to have position: fixed so it'll say fixed while the surfer scrolls the page. Inside of ...
I have this simple html for list
<ul style="list-style:square">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
When it displayed on HTML page, it have a lot of space/padding o...
Using
<div align="center">
<table border="0" width="770" id="table1" cellspacing="0" cellpadding="0">
But I will also more than likely convert the table to a div I would like to have th...
I am trying to position a Flash "movie" on an HTML page, and the issue is how to position the Flash object reliably. You can see a sample link here: http://www.planetthoughts.org/index_flash....
How can I center-align the text in my input button?
My code (below) does not work well in Firefox or IE7.
Hello,
I'm tasked with floating a div on top of a site design, which needs to sit at the bottom of the viewport.
Im using the following code to do this, ATM.
#iconsKeyToggle {
posit...
Hi,
I have the attribute
align="absmiddle" in an image tag. Unfortunately with XHTML Strict, this is not allowed. Can anyone please tell me the CSS equivalent.
I know that
vertica...
I am trying to make a div (or table) to fill one of the cells in my table, but can't seem to make it work. (I'm testing in IE6 and Mozilla1.1.)
For some reason, setting a style of "height:1...
Can a CSS background be defined to overflow it's container? How? Thanks :)
Hi, I'm making a div that pops up over any other content on the page, I want the border of that div to have lower opacity than everything inside. I dont think theres a way to specifically make...
I want to put a background image in an href tag, and I thought this would work:
#pdiv {
clear: both;
width: 450px;
height: 202px;
line-height: 202px;
}
#pdiv a#current{
back...
I am wondering how to remove the box around the input file upload like the other ones at this link:
http://www.critterclassifieds.net/index.php?a=ad-signup
Not sure why its doing that.
...
The top Home icon, About Us, & Contact Us links on the upper right of my pages are displaying exactly the way I want them to in Firefox, Safari, and the new Chrome browser from google:
http...