Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
http://anythymecateringlv.com/
#1
http://anythymecateringlv.com/
Reply
#2
nice design Smile very nice logo.
css and UI is crappy.
Reply
#3
giggty Wrote:nice design Smile very nice logo.
css and UI is crappy.
Harsh comment, but an honest one. Nice design. Tech folks look at UI and CSS. These could be improved. But good work with the CMS. Could you identify plugins you use?
Reply
#4
A bit unrelated but I saw this block of CSS code in Any Thyme's source:

+.col-split{
float: right;
}

What does that plus symbol do? Is it some new CSS3 feature? I've never seen one used despite having years of experience with CSS and such things.
Reply
#5
kuopassa Wrote:A bit unrelated but I saw this block of CSS code in Any Thyme's source:

+.col-split{
float: right;
}

What does that plus symbol do? Is it some new CSS3 feature? I've never seen one used despite having years of experience with CSS and such things.
It means that +.col-split styles should be assigned for next item, after the one with class="col-split", that contains same class. But such styles should be assigned for a child of fixed element, for example div + div.col-split, as it will be assigned for first <div class="col-split"> inside <div>. But then we have a first-child pseudo class which is much better solution...
Ehh, playing with css ...
Addons: blue business theme, Online Visitors, Notepad
Reply
#6
Thanks for clarifying that, yojoe. :-) It's nice to learn new things like that.
Reply




Users browsing this thread: 1 Guest(s)