Hello Folks.
[Slightly off topic background info]
I've been working on a system so that I can overlay notes onto my
photos. A basic run down is that a user will click the top left and
bottom right of an area within an image then it'll shoot off and save
the x,y of the clicked area. Now, whe
I just about pissed myself laughing at that :D
Dave M G wrote:
> ... hammertime.
>
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List polic
switch your tag to:
and it should be fine.
DAVID COSCIO wrote:
> I'm very new to CSS. I understand the concept at least. The best way for me
> to learn things is in real world situations and here I am in a real world
> situation! I need to have a table sit 30px down from the top of a page.
Hey,
I created two widescreen screenshots for you, both 2560 x 1024. Hope
they're useful! They can be found at:
IE: http://aurora.x0f.org/cssd/joco_ie.jpg
FF: http://aurora.x0f.org/cssd/joco_ff.jpg
Scott.
Amy Ostrom wrote:
> Hello everyone:
>
> We are in a massive website redesign process, a
It sure did, thats wonderful :)
Thank you!
Els wrote:
> Scott Wilcox wrote:
>
>
>> I know IE has issues with :hover on anything but "a" elements,
>> but using the following snippet:
>>
>> a.info {
>>position: relative;
>>z-index
hey folks.
I know IE has issues with :hover on anything but "a" elements, but using
the following snippet:
a.info {
position: relative;
z-index: 20;
text-decoration: none;
}
a.info:hover {
z-index: 25;
}
a.info span{
display: none;
}
a.info:hover span {
display: block;
And ignore my last post as i just found the typo that caused the issue :)
Thanks anyhow [EMAIL PROTECTED]
Scott
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-di
Hey Folks.
A project I've been running for a little while now, i decided to recode,
and re-template and move an Ajax browser into the foray.
The site, located at http://akewa.org/ works perfectly and flawlessly in
firefox. When i just switched over and tested in IE, i seem to have a
huge grey
hey there,
Take a look at the following links:
http://css-discuss.incutio.com/?page=ClassesVsIds
http://developers.evrsoft.com/article/web-design/css/css-the-basics-id-s-and-classes.shtml
Scott.
Wintergreen wrote:
> I am learning CSS and cannot distinguish between ID and Class. Please advise.
To send to the list, and the person, hit reply to all. That seems to be
the common method here :)
Scott.
Tony Watkins wrote:
> Thanks all. But, how do I reply to a received message/email? The emails are
> addressed from individual addresses, not the css-discuss.org address. If I
> reply, my emai
Hey Folks.
I need to display a volume bar and indicate the current level on a page.
I was hoping to implement this using CSS alone, and was wondering if
anyone had done something similar, and had some ideas.
Scott.
__
css-discu
getimagesize() is the PHP function you're looking for.
Michael Clayton wrote:
> (Clicking reply in Gmail defaults to the user's email address, and not
> [EMAIL PROTECTED] Anyone know a way to fix this? I accidently
> sent this to Angel directly.)
>
> That should be possible by setting the "margi
Hey Guys.
I've recently been working on shrinking the content/projects I have, and
after doing so realised that in fairness, i should update my site. Of
course I'm going to go for an XHTML/CSS based design, but I also want to
go for a low file size too. The site contains a basic journal, snippe
One other thing:
http://x0f.org/snippets/PHP/8
Is there any reason why the background colour doesn't show right in IE?
(tis fine in other browsers!)
Thanks, again! :)
Scott.
Els wrote:
> Update: I can now duplicate the effect, by shortening the text
> quite a bit, combined with commenting o
Hey Els/Ingo:
Can you now revisit and tell me if its fixed in your browsers? I
slightly cheated. What i did, was the JS to remove the menu on the right
i changed to also resize the #contentColumn to 99% too. This seems to
have worked, and stopped the repeating text from what I can see.
Scott.
plied to me and the
list ^_^
I have included a screenshot at:
http://sc0tt.ca/etc/ie.jpg
Scott.
Ingo Chao wrote:
> Scott Wilcox wrote:
>
>> http://x0f.org/music/
>>
>> The text seems to get repeated under the last graph.
>>
>
> No dup characters here.
Hey Steve,
A couple of people have suggested this, and after trying it, the bug
still remains. Its an identical bug to that in whats happening, but
those fixes didn't work :(
Thanks for the reply tho.
Scott
Steve Clason wrote:
> "IE Duplicated Characters Bug"
> http://www.positioniseverything
Hey Folks.
I recently completed a small project I was working on, and I've just
noticed an issue with IE repeating a small amount of text under a
floated image.
The URL is http://x0f.org/music/
The text seems to get repeated under the last graph.
Any advice appreciated :)
Scott.
You can use the input type "image" to use an image as a submit/go
button, then style it from there :)
Scott.
Angus at InfoForce Services wrote:
> I am sorry if I have missed this question. I use the following code in a web
> page.
>
>
> Site Search
> type="text" />
>
>
> Can CSS be used to c
Hey Guys.
I had a little interesting idea of something I wanted to do. I'm going
to compile a list of the top 10 tips for using CSS. I'd like to collect
as many opinions as possible, and you're all welcome to input to this. I
shall shoot a link to the final results once I've compiled it all in
ditto Marcel :P Beat me to it :)
Marcel Fahle wrote:
> Hey Julie,
>
>
> Julie Flolo wrote:
>
>> My main question right now is: Why isn't the background on the top
>> horizontal menu going all the way to the top of the element? There's a gap
>> between the top logo and the menu, and the page
Hey Julie.
There is padding/margin on the list you use for #topmenu. I solved it by
adding:
#topmenu ul {
padding: 0px;
margin: 0px;
}
Scott.
Julie Flolo wrote:
> Hi All, I feel like such an idiot. I'm trying to do a website with css,
> forgoing tables. There are things that seem like it sh
On the note of learning PHP/JS that quickly, I've been working in and
with PHP now for a long time and for many different uses. I've learned
many things along to way and completely agree with what Christian said.
Its one thing knowing the syntax of a language, and what functions,
classes and th
eeep! iI copy and pasted that part back in just before I wrote my email :)
my bad, also forgot to encode amps too.
Validation hits fixed, still same issue though :(
david wrote:
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fx0f.org%2F
>
> 8 validation errors, starting off with a cl
I was wondering if anyone can help me address an issue with IE.
The page in question is http://x0f.org
Layout works fine in Firefox, and borks in IE and I can't see/understand
why. Its something to do with the floats I think, or the clearing.
Anything anyone can offer would help =)
Scott.
Hey there everyone.
Just wanted to say hello as I've just subscribed. I'll look forward to
talking and helping some of you.
Scott.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing
26 matches
Mail list logo