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]

1Solved Html in Safari and Firefox Fri May 25, 2012 7:39 am

GPproject


Registered Member
Registered Member
Thanks for reading.

I am checking the html code in my website --tuttoirlanda.com-- , however with Firefox and Internet explorer browsers it seems fine. When I am using Safari, the third column on the right side doesn't appear and instead is located on the bottom or the posts area.
It could be an issue related with tag <div> which is unproperly into a wrong line but I still have no clue how to sort it out.
I am using a Word press theme with css and html code. I don't remember if I tried to modify some html code but I have this issue and it is quite frustrating.
Do you know which line has to be modified?

Thanks in advance,
Donald

2Solved Re: Html in Safari and Firefox Fri May 25, 2012 8:07 am

ankillien

ankillien
Administrator
Administrator
Hi,

I'm not sure what the problem is but all I noticed was that the third columns having no fixed width, so we can try applying it a width to stay in order. Try adding this code in your CSS...

Code:
.right_sidebar_container_top {
width: 340px;
float: right;
}

3Solved Re: Html in Safari and Firefox Fri May 25, 2012 8:32 am

GPproject


Registered Member
Registered Member
Hey!

thanks a lot! I am still shaking because it works now with Safari :-D WOW.

I have no words to express my gratitude.

You are my hero. Thanks again

Donald

4Solved Re: Html in Safari and Firefox Fri May 25, 2012 8:49 am

ankillien

ankillien
Administrator
Administrator
Glad I could help out Very Happy

Solved | Locked

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