CSS Help
Cascading Style Sheets (CSS) forum discussing all levels of CSS, including CSS1, CSS2 and CSS Positioning. CSS provides a robust way of applying standardized design concepts to your web pages.
answer(0) view(6) status(

)
css resolution problem
Will anyone help me in this prob.
i have developed a website but having resolution problem i.e. when i m changing the resolution all contents get mixed up.
i tried centering but having similar prob.
i used position:absolute for adjusting positio...
answer(1) view(44) status(

)
Overlapping bullet points on image
How do I prevent my bullet points overlaying the image? When the image is floated to the left, strange things happen to the <li> items. They seem to ignore the image.
This will probably make more sense if you try the code below wit...
answer(3) view(551) status(

)
css hover problem
thats my script of html & css
..............HTML..................
<ul id="nav-top">
<li><a href="#">Software</a> | </li>
<li><a hr...
answer(0) view(20) status(

)
Css not working - wamp server
Hello all,
I'm working through a tutorial and everything seems to work fine. The page appears except for the css part.
i have wamp server installed, newest version.
apache, mysql, and php works
i'm running wamp server on my laptop
se...
answer(7) view(563) status(

)
answer(0) view(68) status(

)
Safari input focus blue border
heys all,
so im trying to get rid of that input:focus blue 'border' or 'outline' that happens in safari browsers. determined that if you apply a opacity: 0.99 to only the safari browsers, then it won't do that.
however, this is only a...
answer(4) view(1,041) status(

)
css "changing styles in mid site"
if i define a style in my <head> such as...:
<style type="text/css">
//<!--
A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:hover {text-decoration: none; color: ...
answer(3) view(154) status(

)
CSS - Border properties
So I'm sitting here looking at both O'Reilly books (HTML and DHTML) telling me that the CSS border properties (such as border, border-width, border-color, etc.) are supported in NN4. Yet they don't! background-color works fine for tables,...
answer(2) view(920) status(

)
replace tables with CSSP
If I have a complex structure with nested tables, with the sole purpose of positioning radio buttons and other form objects, can I instead use CSS positioning to get the positions right?
Any good sources on-line for using CSSP?
I know the...
answer(3) view(86) status(

)
css
Hello there!
I was wondering?
Can you set a default value in a stylesheet?
example:
-css-
title {
value: "Hello World";
}
-html-
<title>Hello World!</title>
That was my question! Please let me know if you need m...
answer(1) view(392) status(

)
CSS selection
I'm pretty new to both CSS & JavaScript so I'll appologize for being stupid.
I use the following tag to link to a style-sheet in my HTML documents:
<link rel="stylesheet" type="text/css" href="master.css&qu...
answer(1) view(881) status(

)
N4 & CSS TD borders
I've tried to display a colored border around each cell in a table from a linked CSS. Works great in IE5 but N4 won't display the border even though it displays all other attributes(incl.ngnd image)of the class in the TD tag. Couldn't fin...
answer(3) view(1,008) status(

)
CSS background-color/image and NT and IE 5
So does anyone know why IE flips out and does weird white/black rendering artifacts when displaying backgrounds in table cells that are specified using CSS.
e.g:
.header1{
background-image : url(../images/headergray.gif);
background-color...
answer(0) view(247) status(

)
CSS In Tables
Ok. I have tables. I need them to be right on top of each other with no spaces. But I am forced to use a <p class="news"> to format the text within the table. But this gives me HUGE </p> spaces that I absolutely ca...
answer(3) view(620) status(

)
CSS in Netscape and IE
Does anyone know how http://www.freshmeat.net gets their CSS code to look identical in IE and Netscape (including Linux)?????
It's really bugging me!
Oh and can anyone recommend a good HTML reference book? If it's worth buying one.
Than...
answer(1) view(550) status(

)
CSS to overide large fonts!?!?!
Hi,
I know lots of people have this problem: I've got a webpage put together which looks great with normal fonts, but gets all jumbled when viewed on a computer with large fonts.
I've read a lot of posts saying that you can overide the...
answer(4) view(196) status(

)
??? - CSS: problem with font size in Netscape preview
How to prevent Netscape from changing font size?
Wherever I specify font-size (no matter relative or absolute size pt,px,ems,%) in style or stylesheet, IE5 obidiently follows its parameters and fonts in document remain the same size even ...
answer(2) view(528) status(

)
Tables/CSS/Netscape
i am trying to absolutly position an image within a table. what i've done so far is to center it with percentages and it works fine in IE. However, Netscape moves the image within its cell as the table changes and moves. How do i absolute p...
answer(4) view(571) status(

)
problem with css !!
I used a code CSS that is in the archive 'meuestilo.css', and made the following page in HTML:
<html>
<head>
<link rel='stylesheet' href='../meuestilo.css' type='text/css'>
</head>
<body>
<table width=100% ...
answer(2) view(477) status(

)
doubt in CSS
in an archive CSS I can declare only the colors and standards of font,or can declare a heading for example? Phrases .
------------------
thanks
Junior
answer(0) view(228) status(

)
CSS Help!!!!
Can anyone help me
I am trying to use CSS within linked to a HTML Document.
The CSS file has three style definitions.
a:Hover
a:link
a:vistied
Now Ie works fine, you run the mouse over the text and it changes, but under netscape it doesn...
answer(2) view(792) status(

)
CSS + hover
Help.
I have recently been trying to use CSS for a small site I am doing, but the only problems is, is that hover doesn't work under Netscape.
Does nayone know how I could possibly get around this problem ?
apart from installing a new ver...
answer(1) view(362) status(

)
Change CSS class with Java
Hi,
Okay, I have the follwoing in my html page:
<td nowrap valign="top" width="500"><select name="color" onchange="change(1)">
<option selected value>Se...
answer(3) view(116) status(

)
Netscape+CSS+Hover Command
Im having problems getting netscape to recognise the css hover command. this is the code css code that i am using.
A:hover {
COLOR: white;
TEXT-DECORATION: overline;
FONT-SIZE: 12;
}
Is there a problem with it or is this another of...
answer(2) view(276) status(

)
JS fix for NS CSS bug, help plz
Hi,
If there are any JS gurus here, I would REALLY appreciate their help in slimming down some JS that is produced by GolIve 4.0. I need this Netscape fix since I am using CSS that are subject to the resize bug in Netscape. If someone resi...
answer(1) view(929) status(

)
CSS Positioning
I'm using CSS to display an area of text on a certain location on a page. My problem is what it looks like at different resolutions.
I used this code in the past for a webpage but it was aligned to the left. So I am just figuring now that ...
answer(5) view(658) status(

)
Help with CSS
Can someone tell me how to change this code to where I can position a block of text so that it remains fixed when the page is being scrolled as in this code using an image......
<HEAD>
<style type="text/css">
<!--
...
answer(2) view(215) status(

)
CSS Link and Background problems
I'm setting up my first CSS page and am having a problem I do not understand.
I set up my CSS page "test.css" like this:<STYLE TYPE="text/css">
BODY {background-color: #C4C4C4}
H1 {font-family: serif; font-style:...
answer(4) view(167) status(

)
tabbing problem with NS6 + CSS' absolute positioning
I have laid out the following HTML page with CSS's absolute positioning under Netscape 6. The page contains several textbox HTML form elements, and each element is placed with DIV tag which may be nested several layer deep from the root. T...
answer(0) view(551) status(

)