On 15/06/07, jeffrey morin <[EMAIL PROTECTED]> wrote:
> On 6/15/07, Sasha Gerrand
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm having an issue with the way the CSS is being rendered on a
> > page[1] I am designing. For some reason, it
Hi,
I'm having an issue with the way the CSS is being rendered on a
page[1] I am designing. For some reason, it looks like the DIV that is
the container for the text, nested within the #content DIV is
extending and covering the side navigation with a white box.
Can anyone suggest what a good fix
On 08/03/07, Matt Klein <[EMAIL PROTECTED]> wrote:
> Hi all -
>
> I have a web site that I just finished developing. During development, I
> had the website in a folder on my local computer with a sub-folder(css)
> for storing CSS files.
>
> I tested the site using both IE and FireFox and it displa
On 04/01/07, Steve LaBadie <[EMAIL PROTECTED]> wrote:
> text-decoration: none; doesn't work in FF?
Indeed it does, as a CSS declaration. Do you have an example of what
you are referring to?
--
Cheers,
Sasha
__
css-discuss [EMAIL
On 02/01/07, Ross Hulford <[EMAIL PROTECTED]> wrote:
> I have a selector
>
> #page1 #container-inside, #page2 #container-inside, #page3 #container-inside {
>
> }
>
>
> is there a way to shorten this to combine the target divs or something?
>
> #page1, #page2, #page3 #container-inside
I assume th
On 04/01/07, David Roberts <[EMAIL PROTECTED]> wrote:
> Problem is : Both 3 cols layout on the home page and the 2 cols
> layout on the other pages are not rendering correctly in IE 6.
>
> The second column is not lining up with the first column (i.e. 'News'
> should be level with 'The Picture Hous
On 04/01/07, Donna [EMAIL PROTECTED] Business Connection
<[EMAIL PROTECTED]> wrote:
>
> Is there a fix for this for the Mac
>
> http://www.distrips.net/index_dlp.html
>
> Screen Shot
>
> http://browsershots.org/png/full/1e/1e8ca7db97e455681dd8e1d7966d6e07.png
>
> I'm using a specific font for the h
On 03/01/07, Mike NA <[EMAIL PROTECTED]> wrote:
> Hello
>
> I am getting this error message when I try to vadidate my CSS...
>
> Lexical error at line 1, column 3. Encountered: "D" (68), after : "
> The actual code is
>
>
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> http://ww
On 03/01/07, Greg Farries <[EMAIL PROTECTED]> wrote:
> A design that works fine in Safari, Opera and Firefox is causing me some
> problems in Internet Explorer (any version below 7.0).
>
> Please view: http://www.thepolitic.com/
>
> In IE, the navigation bar has a big space below it, and the first
On 04/01/07, Phil Turner <[EMAIL PROTECTED]> wrote:
> can someone check my site as I'm on a mac in Firefox, checked in
> latest IE on a pc but I have been told the sign up boxes aren't
> displaying correctly
How are the input elements, in the form on the left hand side of the
layout, meant to be d
On 23/12/06, Chris Pallé <[EMAIL PROTECTED]> wrote:
> Hi All, I have a question regarding this bit of syntax I see several
> people using:
>
>
> /* */
>
>
> The only time I've used CDATA is creating a DTD. What is it's
> usefulness/purpose here?
You need to use CDATA containers to allow inline CS
On 21/12/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote:
> I'm confused, because Vista is an OS, not a browser. Do
> you mean it happens in IE7 in Vista?
Side note: I'm assuming that Gary referred to an educational product,
called Blackboard[1].
[1] http://www.blackboard.com/products/Academic_S
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote:
> What do u mean by tile an image ?
Repeat the background image.[1]
http://www.w3.org/TR/CSS2/colors.html#background-properties
--
Cheers,
Sasha
__
css-discuss [EMAIL PROTECT
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote:
> The first three rectangles need to be in a row, and centered to the page.
> and the last rectangle must adapt his width to the three above : start from
> the first to third above it.
You could refer to this article on 'A List Apart' (there ar
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote:
> I want to display three rectangles (div elements or image background) in a
> row,
> separated with a blank space and each rectangle will have content (that will
> be generated dynamically).
> And I want to add one rectangle under the three rec
On 20/12/06, Kenny Meyers <[EMAIL PROTECTED]> wrote:
> Hey folks,
>I'm having significant issues with IE6 and have looked through the
> archives and maybe I'm not seeing it but I can't find a solution to the
> problem.
>
> www.realestatejourney.com
>
> The content area moves to the bottom of th
On 20/12/06, Raghavendhran, Kavita <[EMAIL PROTECTED]> wrote:
> I have a href tag inside an li. I want the cursor to change to hand when
> the mouse is over a particular li/a href. I have set the display to
> block inside the 'a' style. It doesn't seem to work in IE 6.0 for some
> reason. Given it
On 19/12/06, Mohsen Saboorian <[EMAIL PROTECTED]> wrote:
> Hi,
> I have an HTML page, with 2 CSS, one for "screen" media and the other
> for "print". The page contains a list of divs, each one has a dashed
> border-bottom. When I print the HTML, just borders of the first page
> are dashed, and on o
On 19/12/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote:
> The pages are generated with a ruby like technology so i copied the html into
> 2 files and made those available.
>
> I can't give a simplified example because then it works as expected.
>
> The forms are done using the pretty accessible
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
> Yes, I agree...I have gone thru and cleaned up the html and passed
> the XHTML 1.0 validation.
>
> I have also re-enabled the last-child declares so that you can see
> what they are doing in the code...
>
> http://www.familydna.n
On 19/12/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote:
> I have a page that has moving parts (in an accordion type of widget)
>
> Inside this page I have a button that popups up a calendar widget.
>
> Now when I don't put an accordion around it (or i don't collapse a div
> via javascript or any
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
>Not really sure what the problem is but the validation tool comes
> back with " Unknown pseudo-element or pseudo-class :last-child" and it
> is causing some serious nightmarish activity with my results
> table...causing the columns to go
On 19/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> However at present I have image1.gif but what I would like is for the text
> to wrap around the advert like in image2.gif.
You would need to have the div.ads container appear in the html flow
after those two paragraph containers.
--
Chee
On 19/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am trying to get the advert block (.ads) to display about 30px down the
> maincontent div but have the text run alongside the advert contained with
> the
> ads class.
>
> At the moment however the .ads advert displays after the text
On 19/12/06, Stephanie Leary <[EMAIL PROTECTED]> wrote:
> Example:
> http://stephanieleary.net/progress-test/
>
> For goal #10, I tried
> background-position: -76% 50%;
>
> ...but it doesn't work. If I do the math and specify the pixels, it does:
> background-position: -152px 50%;
>
> (Actually, th
On 19/12/06, Information - Abyss <[EMAIL PROTECTED]> wrote:
> What is the communities view point on CSS "font-size" property? should it be
> in "pt" (point) or "px" (pixel) measurements?
Personally, I always design using 'em' units, wherever (and whenever)
possible. I have found that this unit of
On 19/12/06, Santiago Restrepo <[EMAIL PROTECTED]> wrote:
[trimmed]
> I have a wide UL (width 200px) with LI that are smallers (150px). Now the
> problem is that i want those LI to stick with the right side of the UL.
>
> here's a little example
> http://www.utp.edu.co/Nuev/contprueba.php
> the col
On 16/12/06, Sasha Gerrand <[EMAIL PROTECTED]> wrote:
> On 16/12/06, Goeres, Lisa M [P SAF] <[EMAIL PROTECTED]> wrote:
> > http://www.dps.iastate.edu/wordpress/
> >
> > Any ideas on why the navigation styling is different in IE7 than other
> > browsers?? [Tr
On 16/12/06, Goeres, Lisa M [P SAF] <[EMAIL PROTECTED]> wrote:
> http://www.dps.iastate.edu/wordpress/
>
> Any ideas on why the navigation styling is different in IE7 than other
> browsers?? [Tried in Firefox (PC & Mac) and Safari so far] I have tried
> almost every fix I can think of!! Also, the s
On 15/12/06, Maxwell Balmain <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I made this working site and I am having problems with the top banner
> and the navigation. I want the navigation to work and be above the
> top banner. In most browsers I have problems with the banner getting
> knocked out of po
On 15/12/06, starmonkey <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> Sorry if this is a bit off topic but I was wondering if there was a
> way to use javascript to "intercept" a click made on a flash movie
> (for example, a flash banner ad that links directly to the target
> website). I wanted to int
On 15/12/06, Christopher Blake <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Is this possible?
>
> I have an image that is quite big in file size. I want to repeat this
> image on the x axis - but it to mirror the original.
>
> This is where I am playing around:
>
> http://www.3pointdesign.co.uk/neilp
On 15/12/06, david <[EMAIL PROTECTED]> wrote:
> Michael Stevens wrote:
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Rimantas
> >
> > On the other hand, and _are_ optional (no quotes) even in HTML
> > 4.01 Strict, and unquoted attributes are
Hi,
a img { border:none;}
On 15/12/06, Matthew Stoneback <[EMAIL PROTECTED]> wrote:
>
> I am at a loss, what is the attribute which removes the border around
> images
> when they are links? I know "text-decoration: none;" removes the
> underline
> of a textual link. But I want the border around
ers,
Sasha
________
Sasha Gerrand
IT & Web Development Manager
Armstrong Miller+McLaren
http://www.amm.com.au
Email [EMAIL PROTECTED]
Office +61 2 9922 4200
Mobile +61 4 2574 5207
EOM
NOTICE - This message and any attached files may contain information that is
co
> From: Andrew Gregory <[EMAIL PROTECTED]>
> Organization: Southern Cross Software Solutions
> Date: Tue, 20 Sep 2005 15:49:45 +0800
> To: Sasha Gerrand <[EMAIL PROTECTED]>, CSS Discuss - Mailing List
>
> Subject: Re: [css-d] Menu positioning oddities in Opera
>
n.css
Cheers,
Sasha
________
Sasha Gerrand
IT & Web Development Manager
Armstrong Miller+McLaren
http://www.amm.com.au
Email [EMAIL PROTECTED]
Office +61 2 9922 4200
Mobile +61 4 2574 5207
EOM
NOTICE - This message and any attached files may con
37 matches
Mail list logo