I currently have the following html:
<td width="15%" align='left' valign='middle' class="searchDetails"><b>User Name</b><br><br><br>Replies: some number<br>Views: some...
Using <table class="border1"> works for IE6 but doesn't display in Mozilla.
TABLE.border1 {
border : 1 ;
border-style : solid;
border-color : #000000;
border-spacing : 0;
}
If I...
What's the best way to do a CSS dropdown menu?
Is there any way to position things using CSS that makes it exactly the same whether you use IE or a Mozilla browser?
I have been using px to position things (see http://www.mooseworks.co...
Hi
Hope someone can help.
I have a Menu using CSS and Javascript. The menu opens when you click on the head which presents the links.
I want the head as a link on some which will have no m...
i am still learning css positioning, someone helped me get a two coloumn layout with a header and footer. but i had to take out the doctype strict because it was messing up something else in f...
Hello,
I was wondering how you make a hyperlink have two underlines under it.. perhaps something like this?:
<a href="hi.aspx" style="Double-underlines">Hi</a>
Thanks!
Good evening. This is my first post here. I have come across your nice solution about the div that scrolls horizontally in an Iframe, and does not scroll vertically (that is, is fixed vertical...
I'm working on a CSS table-less design and in IE 6, the middle column is pushed over a lot to the right.
In firefox, chrome and safari, it's perfect.
http://www.pushingtheenvelope.ca/dr...
please visit http://www.tekspec.com.au
notice "contact" menu item won't line up (IE only). How can I fix this?
I am using the following HTML and styles on Netscape 4.76. The line is breaking after the hyperlink instead of carrying on along the same line like it does when I remove the styles. I am also...