Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 07-07-2005, 02:07 PM
spacefrog's Avatar
spacefrog Offline
pp regular
 
Join Date: Jun 2005
Location: Karlsruhe, Germany
Posts: 32
Send a message via ICQ to spacefrog
[rel] light.my.dark

Hello,
I made a modification of the "PixelPost-Light"-template.

>> Demo

Preview (klick image to see full preview):




Info:
- English and German version avaiable.
- looks horrible with Internet Explorer
- maximum width of images should be 680px
- this is a modification of the "pixelpost-light"-template!
- psd-files included

hope you like it! :wink:

>> Download light.my.dark (english) or get it here

>> Download light.my.dark (german) or get it here

-spacefrog
__________________
Reply With Quote
  #2  
Old 07-07-2005, 05:45 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
very similar to my 'light white' template


perhaps you were sub conciously influenced.


but i like it a lot!
Reply With Quote
  #3  
Old 07-07-2005, 07:01 PM
spacefrog's Avatar
spacefrog Offline
pp regular
 
Join Date: Jun 2005
Location: Karlsruhe, Germany
Posts: 32
Send a message via ICQ to spacefrog
oh, sorry...!
i don't know your 'light white' template...i wanted to make the template similar to my weblog-template (www.sfrog.de) and so i made this.
i will change the name of the template as soon as possible 8)
__________________
Reply With Quote
  #4  
Old 07-07-2005, 08:03 PM
Connie
Guest
 
Posts: n/a
the css brings validation errors because you use CSS-elements which are no standard at all, Mozilla-elements,

instead of moz-opacity you should use "opacity", that's the correct element

so that's the reason for the validator problems
please clean that before you post it in public
Reply With Quote
  #5  
Old 07-07-2005, 08:23 PM
spacefrog's Avatar
spacefrog Offline
pp regular
 
Join Date: Jun 2005
Location: Karlsruhe, Germany
Posts: 32
Send a message via ICQ to spacefrog
but moz-opacity causes no errors in IE or something else.

Quote:
Originally Posted by css4you
Auch die Mozilla-Entwickler haben einige (noch) nicht standardkonforme Eigenschaften in ihrem Browser eingebaut. "Noch" deshalb, weil einige von ihnen bereits große Ähnlichkeit mit zukünftigen CSS3-Eigenschaften haben.
Browser, die diese Eigenschaften nicht kennen, ignorieren sie einfach, sodass du sie durchaus einsetzen kannst, auch wenn sie nicht zum offiziellen Standard gehören.

Kein offizieller Standard des W3C Diese Eigenschaften gehören nicht zum offiziellen Standard des W3C, sondern sind in Anlehnung an die kommenden CSS-3-Eigenschaften von den Mozilla-Entwicklern eingeführt worden. Du kannst sie jederzeit einsetzen, musst aber damit rechnen, dass sie durch die CSS-3-Eigenschaften ausgetauscht werden, sobald diese offiziell verabschiedet sind.
__________________
Reply With Quote
  #6  
Old 07-07-2005, 09:11 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
you'll actually find there is no valid css function for opacity in all browsers. you need to use filters in IE but that's invalid.


also - don't fret over the name. perhaps think up a new name before you submit it when the main site is back up... to save confusion! there are already a few hundred downloads of my light white template.
Reply With Quote
  #7  
Old 07-07-2005, 09:15 PM
Connie
Guest
 
Posts: n/a
as you say in your german citation, these tags are browser-special

and the validator is nothing browser-special, it is neutral and it validates against the standard, so this code is invalid

there is no need to say "they do something bad, and these do something bad", what is wrong is wrong
but to be fair: Most of the "wrong" is done by IE 8)
Reply With Quote
  #8  
Old 07-08-2005, 05:26 AM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
i was under the impression that moz opacitiy had more functionality for some reason, concidering almost everything opacity is used on uses moz-opacity
__________________
i should say more clever stuff
Reply With Quote
  #9  
Old 07-08-2005, 12:00 PM
spacefrog's Avatar
spacefrog Offline
pp regular
 
Join Date: Jun 2005
Location: Karlsruhe, Germany
Posts: 32
Send a message via ICQ to spacefrog
is it okay to use moz-opaciaty?
i think so. maybe it's invalid but it's the only possibility to make such a "mouse-over"-effect and causes no errors.

@Joe[y]...your 'light white' template is great! i like it!

edit: is 'light my dark' correct english? this could be the name of my template...
__________________
Reply With Quote
  #10  
Old 07-08-2005, 05:23 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
personally i would always make cross-browser compatibility a priority over w3c validation. moz-opacity achieves neither of these.

i use, for example 70% opacity:

Code:
opacity: 0.70;
	filter: alpha(opacity=70);
filter: is for IE but will bring about a validation error unfortunately. there's not much else you can do. there is no perfect solution.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:42 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs