Looking for help in creating the following pic below with ccs in a html page, i have tried and cannot figure out how.
I have been trying to insert the ccs into the <head> instead of a file.
I have looked up so many websites on ccs and tables its crazy, trying to make this simple and work corectly with Firefox/Explorer etc..
i have had a hard enuff time with basic nested html tables, but getting it into ccs, more difficult.
Trying to create Table 1 with text that will wrap around Table2 inside of Table1 with both table edges being rounded.
Without having to create 4 rounded edge pics or 1 top / 1 bottom rounded pic's.
Anybody out there that can help create this please?
I have been trying to insert the ccs into the <head> instead of a file.
I have looked up so many websites on ccs and tables its crazy, trying to make this simple and work corectly with Firefox/Explorer etc..
Code:
-moz-border-radius-topleft: 15px; -moz-border-radius-topright:15px; -moz-border-radius-bottomleft:15px; -moz-border-radius-bottomright:15px; -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-bottom-right-radius:15px; border-top-left-radius:15px; border-top-right-radius:15px; border-bottom-left-radius:15px; border-bottom-right-radius:15px;
Trying to create Table 1 with text that will wrap around Table2 inside of Table1 with both table edges being rounded.
Without having to create 4 rounded edge pics or 1 top / 1 bottom rounded pic's.
Anybody out there that can help create this please?
Comment