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]

12 CSS weird problems Empty 2 CSS weird problems Fri Sep 03, 2010 11:54 am

Joel

Joel
Registered Member
Registered Member
2 CSS weird problems 2010-09-03_1250
(See Full Size)

Question 1: As shown in the image above, the place i pointed out, how do i merge it with the images around the table too (https://2img.net/r/ihimizer/img715/9084/sssch.png) ?

2 CSS weird problems 2010-09-03_1252
(See Full Size)

Question 2: As shown in the image above, the place i pointed out, the text looks rather weird. Like its kinda fuzzy. Don't ya think? Any help on how to fix that?

Help would be appreciated!
THANKS!



Last edited by Joel on Fri Sep 03, 2010 10:51 pm; edited 1 time in total

http://www.advertisehotspot.info/

22 CSS weird problems Empty Re: 2 CSS weird problems Fri Sep 03, 2010 2:40 pm

Guest


Guest
Sorry but i dont have that problem.I see your forum category normally Smile

32 CSS weird problems Empty Re: 2 CSS weird problems Fri Sep 03, 2010 7:29 pm

ankillien

ankillien
Administrator
Administrator
Hi,

1) When I see your forum, the categories have different background on it, not the one that is in the screen shot. But here is a CSS fix....

Code:
.forabg {background: #e3ab03 url('BACKGROUND IMAGE')repeat !important;}

Add the image url in above code and add it anywhere in your CSS, it should fix the bug Smile

2) I think the text-shadow is spoiling the look f it. ry removing it and apply a different color...

Code:
.header h2 , .header .topics , .header .posts , .header .lastpost {
text-shadow : none;
color : YOUR COLOR;
}

42 CSS weird problems Empty Re: 2 CSS weird problems Fri Sep 03, 2010 10:51 pm

Joel

Joel
Registered Member
Registered Member
Alright, thanks! It fixed it all! Thanks Ani!

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