473,396 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

help with CSS and internet explorer

Before I get started with my questions, I'd like to say thanks to
everyone for the time they may take helping me.

I'm fairly new to style sheets, so please excuse any ignorance. I've
set up my website and things look like I want them to in Mozilla and
Safari. I've also validated the style sheets against the W3C CSS
Validator and everything is valid.

I have two main problems.

First. I use my css to create a role over effect for my navigation
bar. The naviagtion bar is set up in a table and I then apply a css
class to each td element.

Here's the HTML
<table width="700" cellpadding="0" cellspacing="0" align="center"
border="0"><tr>
<td width="100" height="28" class="button"><a href="index.html"
Home</a></td>

<td width="100" class="button"><a href="guest.php">Guestbook</a></td>
<td width="500"><!-- dummy button --></td>
</tr></table>

Here's the CSS
..button {
background-color:#CCCCFF;
font: 100% "Times New Roman", Times, serif;
font-size:20px;
text-align:center;
border-color:#CCCCFF;
border-style:solid;
border-width:thin;
}

..button a {
text-decoration:none;
color:#000000;
display:block;
}

..button:hover {
background-color:#CCCCCC;
border-color:#000000;
}

When hovering over the buton in IE the background and the border color
do not change.

Second. I use Moveable Type to publish a blog on my website. When I
click on the "continue reading" link for a post the styles aren't
applied properly. They do get applied, but only i do something like
minimizing and maxamizing the window.

my website: http://www.joshuawsmith.com
my stylesheet: http://www.joshuawsmith.com/styles-site.css

Thank you for any help you may provide and please excuse my ignorance.
Jul 20 '05 #1
2 3292
jo**@joshuawsmith.com (Joshua Smith) wrote:
When hovering over the buton in IE the background and the border color
do not change.


IE only supports :hover on <a> elements. :-(

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2
Joshua Smith wrote:
When hovering over the buton in IE the background and the border color
do not change.


Internet Explorer does not support :hover except on <a> elements with href
attributes.

Try http://css.maxdesign.com.au/listamatic/

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: zheetee | last post by:
i am a XML beginner..... i know that we can put CData to preserve the space between character in XML.so when u open the xml file by using Internet Explorer, everything will displayed correctly...
0
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web...
1
by: McKirahan | last post by:
What is "active content"? My ASP page just returns HTML.... I have a page with an .htm extension that has a form whose action is an ASP page which generates a report after updating a database...
2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
2
by: Husam | last post by:
Hi EveryBody: I have the following code which just helpfull with Notepad: Code: <DllImport("user32", CharSet:=CharSet.Auto, SetLastError:=True)> _ Public Shared Function FindWindow(ByVal...
0
by: jonipony | last post by:
HELP: Float Left box is drifting to the right in ie! -------------------------- I need som HELP with my CSS coding! On the following web page my design falls apart at screen size 800 x 600...
3
by: VK | last post by:
Internet Explorer 7 beta 2 preview CNET Editor review: <http://reviews.cnet.com/Internet_Explorer_7_for_XP_SP2_Beta_2/4505-3514_7-31454661-2.html?tag=nl.e415> Summary (my personal review...
4
by: Andrew Bailey | last post by:
Hi, Thanks for taking the time to read this. I would be very grateful if you are able to help me solve the two problems below... PROBLEM 1: I spent a lot of time finding code that would...
1
by: =?Utf-8?B?bmVlYm8xMTI=?= | last post by:
I started getting an error message when trying to download ANYTHING updates, torrents etc...The text is as follows: Internet Explorer cannot download...<<Whatever the download is >> Internet...
53
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.