Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: rounded corner hax done right-BIG improvement-
Pages: [1]   Go Down
  Print  
Author Topic: rounded corner hax done right-BIG improvement-  (Read 3634 times)
0 Members and 1 Guest are viewing this topic.
amaris
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« on: August 21, 2012, 13:39:15 »

As a webdesigner i've been annoying myself for quite some time about the html structure of the comment bubbles
We used to need those image hacks to create rounded corners. but now with CSS3 there is no longer a need for that.

simply by applying this code

border:1px solid;
border-radius:7px;
((i have not been able to find if the general code is supported by all -up to date- browsers. for safekeeping you can add the following))
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;

on top of the regular styling.
the jcomments application can provide a noticable speed increase in the overal joomla site.
now there are a ton of seperate div's being loaded, each with their specific css style. plus the (at least) 4 images needed
to create the desired visual appearance. it all takes away resources and loading time! plus its extremely clumbersome to change colors.

So, instead of using a zillion div's there's only 1 now, and no extra kb's to be loaded in images. less requests to the server too.
Easier customisable and simpler and cleaner html. better CSS compliance and validation.

Please implement this as soon as possible:) its a win win for everyone!
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #1 on: March 19, 2013, 23:15:43 »

This thing (images for rounded corners)  forced me to use other comment scripts.

Jcomments has so much potential but templating is a nightmare.
« Last Edit: March 19, 2013, 23:22:09 by BBC » Logged
ABTOP
Sr. Member
****

Karma: 17
Offline Offline

Posts: 406



WWW
« Reply #2 on: March 20, 2013, 03:44:12 »

Where do they make experts like you guys?
Logged

No personal messages unless you are a friend or you have money for me.
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #3 on: April 18, 2013, 13:46:23 »

Where do they make experts like you guys?

Listen moron, comment rounded corners, not users.
Logged
ABTOP
Sr. Member
****

Karma: 17
Offline Offline

Posts: 406



WWW
« Reply #4 on: April 18, 2013, 16:18:13 »

Ouch! Did you take it on your account? Was that offensive so that you came back with a "moron"?

What's to comment about the corners? There are different ways of implementing them, rounded corners. You seem to have not a faintest idea of any of them, although they are quite simple. But despite your complete incompetence you have the gull of walking around shooting your big mouth in the safety of on-line exchange.

If i am a moron but know what you can't understand, what does that make you?
Logged

No personal messages unless you are a friend or you have money for me.
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #5 on: April 18, 2013, 16:23:02 »

As a webdesigner i've been annoying myself for quite some time about the html structure of the comment bubbles
We used to need those image hacks to create rounded corners. but now with CSS3 there is no longer a need for that.

simply by applying this code

border:1px solid;
border-radius:7px;
((i have not been able to find if the general code is supported by all -up to date- browsers. for safekeeping you can add the following))
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;

on top of the regular styling.
the jcomments application can provide a noticable speed increase in the overal joomla site.
now there are a ton of seperate div's being loaded, each with their specific css style. plus the (at least) 4 images needed
to create the desired visual appearance. it all takes away resources and loading time! plus its extremely clumbersome to change colors.

So, instead of using a zillion div's there's only 1 now, and no extra kb's to be loaded in images. less requests to the server too.
Easier customisable and simpler and cleaner html. better CSS compliance and validation.

Please implement this as soon as possible:) its a win win for everyone!
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: rounded corner hax done right-BIG improvement-
 
Jump to: