Description:
Layout/presentation on the WWW.
|
|
|
CSS menu has a combo box appearing in front of it in IE6
|
| |
Hi All, I'm pretty new to CSS, I added a CSS menu to some existing HTML code I had to create a menu. It works fine on every browser except IE6, there one of the comboboxes below the menu appears on top of the menu. Code is below. Any ideas on how to fix this? Thanks, Fred ------------------------------ ------------------------------ -----------------------------... more »
|
|
Table Columns
|
| |
Hello, What is the correct way to have a table with 3 equal width columns? And is it possible to have a margin between each column but not having on the left side or right side of the table? And also have the same margin between two consecutive rows ... Something like: Col1 <Space> Col2 <Space> Col3... more »
|
|
HTML for ebooks question
|
| |
Forgive me if this this not the right newsgroup for this topic; I haven't been able to find another newsgroup that might fit better. And forgive me also for the long introduction for those who are not familiar with ebooks. The background to my question is that the documents on which ebooks are based are basically HTML. Mobipocket, (owned by Amazon) perhaps the most... more »
|
|
Table border and CSS
|
| |
If I do: <table border="1"> I get a border. I have three of four different tables. I would like to set them up without border="1": <table> and use css to turn the border on or off. Is it possible?
|
|
Image and Text
|
| |
Hello, I have the following markup: <ol> <li> <img src="Img1.jpg" alt="Image 1" class="Product"/> <p>Product 1</p> <a href="/Product/Download/1">Bro chure</a> </li> <li> ... </li> </ol> How can I make the link and text to be on the right side of the image? Thanks, Miguel
|
|
a hover bug in Firefox?
|
| |
Hi, I am using firefox on linux. I am using a simple style for a href as follows: .anno_link { color: #f90; text-decoration: none } .anno_link:visited { color: #f90; text-decoration: none } .anno_link:hover { color: #00f; text-decoration: underline } Then I have two links in my HTML page:... more »
|
|
(Www.Nikes4wholesale.Com) Nike Air Structure Triax 91 Womens Running Shoes
|
| |
Nike Air Max 90 Current Mens Trainers (Www.Nikes4wholesale.Com) Nike Air Structure Triax 91 Womens Running Shoes (Www.Nikes4wholesale.Com) Nike Air Structure Triax 91 Mens Running Shoes (Www.Nikes4wholesale.Com) Nike air max 90 Boots (Www.Nikes4wholesale.Com) Nike Air Max Classic BW Mens Running Shoes (Www.Nikes4wholesale.Com)... more »
|
|
Two Columns List
|
| |
Hello, I have the following list: <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> <li>Item 5</li> <ol> What is the best way to display the list items in two columns? I need the list to be 600 px and the width divided equally by the two columns. Thank You, Miguel
|
|
How do I center divs in IE?
|
| |
url: [link] I have 4 DIVs defined as follows: .style150 { width:800px; height:150px; margin-left: auto; margin-right: auto; border:1px solid black; ....style200 { width:800px; height:200px; margin-left: auto; margin-right: auto; border:1px solid black;... more »
|
|
Footer
|
| |
Hi, I have a div with these css props: margin-bottom: 1em; position: absolute; The div is a footer element which - as its name says - should always be at the bottom of the page. It works fine as long as there is no vertical scrollbar on the page. Otherwise, if I scroll down, the footer keeps its position relative to the... more »
|
|
|