WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1A few questions related to skin (CSS) Empty A few questions related to skin (CSS) Wed Oct 13, 2010 2:54 pm

Joel

Joel
Registered Member
Registered Member
I got a few questions regarding the CSS.

A few questions related to skin (CSS) 2010-10-13_1550

A few questions related to skin (CSS) 2010-10-13_1552

A few questions related to skin (CSS) 2010-10-13_1613

1. How do i fix the corners? I already tried adding the left and right corners images, but it still isn't fixed. (refer to first image)
2. How do i fix the legend? I don't want them to be in italics. (refer to second image)

One More Question.
3. How do i shift the title further away from the icon? (refer to third image)

That's all for now.
Help is appreciated! Smile



Last edited by Joel on Fri Oct 15, 2010 1:22 pm; edited 1 time in total

http://www.advertisehotspot.info/

ankillien

ankillien
Administrator
Administrator
1) The corner images should match the background. Your backgorund is blue while the corner images are white so they look odd.

2) Add this code to your CSS...

Code:
p em {
font-style: normal;
}

3) There is an option in Admin CP > General > Configuration > Cell width.

3A few questions related to skin (CSS) Empty Re: A few questions related to skin (CSS) Thu Oct 14, 2010 12:10 pm

Joel

Joel
Registered Member
Registered Member
Great! 2 and 3 is solved Wink

So all i have to do, is make the image blue?

http://www.advertisehotspot.info/

ankillien

ankillien
Administrator
Administrator
Yes. Make it the color that matches the background.

Joel

Joel
Registered Member
Registered Member
Thanks everything is solved now.

Just one last question.

A few questions related to skin (CSS) 2010-10-15_1041

how do i make the parts i pointed out rounded too?

A few questions related to skin (CSS) 2010-10-15_1103

also, how do i remove the black thing at the nav bar? And the line too.

http://www.advertisehotspot.info/

6A few questions related to skin (CSS) Empty Re: A few questions related to skin (CSS) Fri Oct 15, 2010 12:25 pm

ankillien

ankillien
Administrator
Administrator
1) TO make the corners rounded...

Code:
#wrap {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

2) There is a blank space because you have not added icon for a link in nav bar. Check in admin panel, pics management.

Joel

Joel
Registered Member
Registered Member
Solved Smile OMG, thanks. I never knew about number 2..

Solved, locked

http://www.advertisehotspot.info/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum